Html Css Color HEX #02CCF6 Deep Sky Blue

📋 copy color: '#02CCF6'

red 2 ◦ green 204 ◦ blue 246

#02CCF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #02CCF6

Tints of Deep Sky Blue #02CCF6

RGB

 RED value IS 2 (1.17% from 255) = 0.44%

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 246 (96.48% from 255) = 54.42%

R = 0.44%
G = 45.13%
B = 54.42%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#02CCF6 (or 0x02CCF6) is known color: Deep Sky Blue. HEX triplet: 02, CC and F6. RGB value is (2,204,246). Sum of RGB (Red+Green+Blue) = 2+204+246=452 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #02CCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CCF6 is #FD3309. Grayscale: #949494. Windows color (decimal): -16593674 or 16174082. OLE color: 16174082.

HSL color Cylindrical-coordinate representation of color #02CCF6: hue angle of 190.33º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CCF6 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 204 246 -
CMYK 0.99 0.17 0 0.04
HSL 190.33º 0.98% 0.49% -
HSV(B) 190.33º 0.99% 0.96% -
XYZ 38.25 49.85 94.8 -
YUV 148.39 183.08 23.58 -
System Red Green Blue C M Y K H S L
Decimal 2 204 246 0.99 0.17 0 0.04 190.33 0.98 0.49
Hex 2 CC F6 63 11 0 4 BE 62 31
Octal 2 314 366 143 21 0 4 276 142 61
Binary 10 11001100 11110110 1100011 10001 0 100 10111110 1100010 110001

Color Harmonies of #02CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CCF6

Black with #02CCF6

Text Example


Text Example

White with #02CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CCF6; }

 p { color: rgb(2,204,246); }

 H1.HeaderClassName
 {
   color: #02CCF6;
 }
 .AnyTagClassName
 {
   color: #02CCF6;
 }
</style>

background-color css

<style>
 a { background-color: #02CCF6; }

 a { background-color: rgb(2,204,246); }

 div.DivClassName
 {
   background-color: #02CCF6;
 }
 .BgClassName
 {
   background-color: #02CCF6;
 }
</style>

border-color css

<style>
 span { border-color: #02CCF6; }

 span { border-color: rgb(2,204,246); }

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