#00C4F1

Color #00C4F1 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #00C4F1

Tints of Deep Sky Blue #00C4F1

Color information

#00C4F1 (or 0x00C4F1) is unknown color: approx Deep Sky Blue. HEX triplet: 00, C4 and F1. RGB value is (0,196,241). Sum of RGB (Red+Green+Blue) = 0+196+241=437 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #00C4F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C4F1 is #FF3B0E. Grayscale: #8E8E8E. Windows color (decimal): -16726799 or 15844352. OLE color: 15844352.

HSL color Cylindrical-coordinate representation of color #00C4F1: hue angle of 191.2º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C4F1 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB0196241-
CMYK10.1900.05
HSL191.2º100%47.25%-
HSV(B)191.2º100%94.51%-
XYZ35.6245.8390.19-
YUV142.53183.5726.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 196 (76.95% from 255) = 44.85%
BLUE value IS 241 (94.53% from 255) = 55.15%
R=0%
G=44.85%
B=55.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal019624110.1900.05191.210047.25
Hex0C4F1641305bf642f
Octal0304361144230527714457
Binary011000100111100011100100100110101101111111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C4F1; }

 p { color: rgb(0,196,241); }

 H1.HeaderClassName
 {
   color: #00C4F1;
 }
 .AnyTagClassName
 {
   color: #00C4F1;
 }
</style>
background-color css

<style>
 a { background-color: #00C4F1; }

 a { background-color: rgb(0,196,241); }

 div.DivClassName
 {
   background-color: #00C4F1;
 }
 .BgClassName
 {
   background-color: #00C4F1;
 }
</style>
border-color css

<style>
 span { border-color: #00C4F1; }

 span { border-color: rgb(0,196,241); }

 td.TdClassName
 {
   border-color: #00C4F1;
 }
 .TagClassName
 {
   border-color: #00C4F1;
 }
</style>