Html Css Color HEX #02CFF7 Deep Sky Blue

📋 copy color: '#02CFF7'

red 2 ◦ green 207 ◦ blue 247

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

Shades of Deep Sky Blue #02CFF7

Tints of Deep Sky Blue #02CFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.17%

R = 0.44%
G = 45.39%
B = 54.17%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#02CFF7 (or 0x02CFF7) is known color: Deep Sky Blue. HEX triplet: 02, CF and F7. RGB value is (2,207,247). Sum of RGB (Red+Green+Blue) = 2+207+247=456 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #02CFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFF7 is #FD3008. Grayscale: #959595. Windows color (decimal): -16592905 or 16240386. OLE color: 16240386.

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

Color convert

RGB 2 207 247 -
CMYK 0.99 0.16 0 0.03
HSL 189.8º 0.98% 0.49% -
HSV(B) 189.8º 0.99% 0.97% -
XYZ 39.13 51.35 95.85 -
YUV 150.27 182.58 22.25 -
System Red Green Blue C M Y K H S L
Decimal 2 207 247 0.99 0.16 0 0.03 189.8 0.98 0.49
Hex 2 CF F7 63 10 0 3 BE 62 31
Octal 2 317 367 143 20 0 3 276 142 61
Binary 10 11001111 11110111 1100011 10000 0 11 10111110 1100010 110001

Color Harmonies of #02CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFF7

Black with #02CFF7

Text Example


Text Example

White with #02CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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