Html Css Color HEX #02CEFD Deep Sky Blue

📋 copy color: '#02CEFD'

red 2 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #02CEFD

Tints of Deep Sky Blue #02CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 0.43%
G = 44.69%
B = 54.88%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#02CEFD (or 0x02CEFD) is known color: Deep Sky Blue. HEX triplet: 02, CE and FD. RGB value is (2,206,253). Sum of RGB (Red+Green+Blue) = 2+206+253=461 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #02CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CEFD is #FD3102. Grayscale: #959595. Windows color (decimal): -16593155 or 16633346. OLE color: 16633346.

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

Color convert

RGB 2 206 253 -
CMYK 0.99 0.19 0 0.01
HSL 191.24º 0.98% 0.5% -
HSV(B) 191.24º 0.99% 0.99% -
XYZ 39.83 51.25 100.72 -
YUV 150.36 185.91 22.18 -
System Red Green Blue C M Y K H S L
Decimal 2 206 253 0.99 0.19 0 0.01 191.24 0.98 0.5
Hex 2 CE FD 63 13 0 1 BF 62 32
Octal 2 316 375 143 23 0 1 277 142 62
Binary 10 11001110 11111101 1100011 10011 0 1 10111111 1100010 110010

Color Harmonies of #02CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CEFD

Black with #02CEFD

Text Example


Text Example

White with #02CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,206,253); }

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

background-color css

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

 a { background-color: rgb(2,206,253); }

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

border-color css

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

 span { border-color: rgb(2,206,253); }

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