Html Css Color HEX #02CFFF Deep Sky Blue

📋 copy color: '#02CFFF'

red 2 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #02CFFF

Tints of Deep Sky Blue #02CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.61%

 BLUE value IS 255 (100% from 255) = 54.96%

R = 0.43%
G = 44.61%
B = 54.96%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#02CFFF (or 0x02CFFF) is known color: Deep Sky Blue. HEX triplet: 02, CF and FF. RGB value is (2,207,255). Sum of RGB (Red+Green+Blue) = 2+207+255=464 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #02CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFFF is #FD3000. Grayscale: #969696. Windows color (decimal): -16592897 or 16764674. OLE color: 16764674.

HSL color Cylindrical-coordinate representation of color #02CFFF: hue angle of 191.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFFF is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 207 255 -
CMYK 0.99 0.19 0 0
HSL 191.38º 1% 0.5% -
HSV(B) 191.38º 0.99% 1% -
XYZ 40.39 51.86 102.49 -
YUV 151.18 186.58 21.6 -
System Red Green Blue C M Y K H S L
Decimal 2 207 255 0.99 0.19 0 0 191.38 1 0.5
Hex 2 CF FF 63 13 0 0 BF 64 32
Octal 2 317 377 143 23 0 0 277 144 62
Binary 10 11001111 11111111 1100011 10011 0 0 10111111 1100100 110010

Color Harmonies of #02CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFFF

Black with #02CFFF

Text Example


Text Example

White with #02CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,207,255); }

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

background-color css

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

 a { background-color: rgb(2,207,255); }

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

border-color css

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

 span { border-color: rgb(2,207,255); }

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