Html Css Color HEX #02CDFF Deep Sky Blue

📋 copy color: '#02CDFF'

red 2 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #02CDFF

Tints of Deep Sky Blue #02CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

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

R = 0.43%
G = 44.37%
B = 55.19%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#02CDFF (or 0x02CDFF) is known color: Deep Sky Blue. HEX triplet: 02, CD and FF. RGB value is (2,205,255). Sum of RGB (Red+Green+Blue) = 2+205+255=462 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #02CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CDFF is #FD3200. Grayscale: #959595. Windows color (decimal): -16593409 or 16764162. OLE color: 16764162.

HSL color Cylindrical-coordinate representation of color #02CDFF: hue angle of 191.86º 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 #02CDFF is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 205 255 -
CMYK 0.99 0.20 0 0
HSL 191.86º 1% 0.5% -
HSV(B) 191.86º 0.99% 1% -
XYZ 39.91 50.9 102.33 -
YUV 150 187.25 22.43 -
System Red Green Blue C M Y K H S L
Decimal 2 205 255 0.99 0.20 0 0 191.86 1 0.5
Hex 2 CD FF 63 14 0 0 C0 64 32
Octal 2 315 377 143 24 0 0 300 144 62
Binary 10 11001101 11111111 1100011 10100 0 0 11000000 1100100 110010

Color Harmonies of #02CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CDFF

Black with #02CDFF

Text Example


Text Example

White with #02CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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