Html Css Color HEX #02DDFD Deep Sky Blue

📋 copy color: '#02DDFD'

red 2 ◦ green 221 ◦ blue 253

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

Shades of Deep Sky Blue #02DDFD

Tints of Deep Sky Blue #02DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.43%

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

R = 0.42%
G = 46.43%
B = 53.15%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#02DDFD (or 0x02DDFD) is known color: Deep Sky Blue. HEX triplet: 02, DD and FD. RGB value is (2,221,253). Sum of RGB (Red+Green+Blue) = 2+221+253=476 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #02DDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DDFD is #FD2202. Grayscale: #9E9E9E. Windows color (decimal): -16589315 or 16637186. OLE color: 16637186.

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

Color convert

RGB 2 221 253 -
CMYK 0.99 0.13 0 0.01
HSL 187.65º 0.98% 0.5% -
HSV(B) 187.65º 0.99% 0.99% -
XYZ 43.61 58.82 101.98 -
YUV 159.17 180.95 15.9 -
System Red Green Blue C M Y K H S L
Decimal 2 221 253 0.99 0.13 0 0.01 187.65 0.98 0.5
Hex 2 DD FD 63 D 0 1 BC 62 32
Octal 2 335 375 143 15 0 1 274 142 62
Binary 10 11011101 11111101 1100011 1101 0 1 10111100 1100010 110010

Color Harmonies of #02DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDFD

Black with #02DDFD

Text Example


Text Example

White with #02DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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