Html Css Color HEX #02CFFD Deep Sky Blue

📋 copy color: '#02CFFD'

red 2 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #02CFFD

Tints of Deep Sky Blue #02CFFD

RGB

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

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

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

R = 0.43%
G = 44.81%
B = 54.76%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#02CFFD (or 0x02CFFD) is known color: Deep Sky Blue. HEX triplet: 02, CF and FD. RGB value is (2,207,253). Sum of RGB (Red+Green+Blue) = 2+207+253=462 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #02CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFFD is #FD3002. Grayscale: #969696. Windows color (decimal): -16592899 or 16633602. OLE color: 16633602.

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

Color convert

RGB 2 207 253 -
CMYK 0.99 0.18 0 0.01
HSL 191º 0.98% 0.5% -
HSV(B) 191º 0.99% 0.99% -
XYZ 40.07 51.73 100.8 -
YUV 150.95 185.58 21.76 -
System Red Green Blue C M Y K H S L
Decimal 2 207 253 0.99 0.18 0 0.01 191 0.98 0.5
Hex 2 CF FD 63 12 0 1 BF 62 32
Octal 2 317 375 143 22 0 1 277 142 62
Binary 10 11001111 11111101 1100011 10010 0 1 10111111 1100010 110010

Color Harmonies of #02CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFFD

Black with #02CFFD

Text Example


Text Example

White with #02CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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