Html Css Color HEX #02D4FF Deep Sky Blue

📋 copy color: '#02D4FF'

red 2 ◦ green 212 ◦ blue 255

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

Shades of Deep Sky Blue #02D4FF

Tints of Deep Sky Blue #02D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

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

R = 0.43%
G = 45.2%
B = 54.37%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#02D4FF (or 0x02D4FF) is known color: Deep Sky Blue. HEX triplet: 02, D4 and FF. RGB value is (2,212,255). Sum of RGB (Red+Green+Blue) = 2+212+255=469 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #02D4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D4FF is #FD2B00. Grayscale: #999999. Windows color (decimal): -16591617 or 16765954. OLE color: 16765954.

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

Color convert

RGB 2 212 255 -
CMYK 0.99 0.17 0 0
HSL 190.2º 1% 0.5% -
HSV(B) 190.2º 0.99% 1% -
XYZ 41.62 54.32 102.9 -
YUV 154.11 184.93 19.5 -
System Red Green Blue C M Y K H S L
Decimal 2 212 255 0.99 0.17 0 0 190.2 1 0.5
Hex 2 D4 FF 63 11 0 0 BE 64 32
Octal 2 324 377 143 21 0 0 276 144 62
Binary 10 11010100 11111111 1100011 10001 0 0 10111110 1100100 110010

Color Harmonies of #02D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D4FF

Black with #02D4FF

Text Example


Text Example

White with #02D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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