Html Css Color HEX #02C5FC Deep Sky Blue

📋 copy color: '#02C5FC'

red 2 ◦ green 197 ◦ blue 252

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

Shades of Deep Sky Blue #02C5FC

Tints of Deep Sky Blue #02C5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 0.44%
G = 43.68%
B = 55.88%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#02C5FC (or 0x02C5FC) is known color: Deep Sky Blue. HEX triplet: 02, C5 and FC. RGB value is (2,197,252). Sum of RGB (Red+Green+Blue) = 2+197+252=451 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #02C5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C5FC is #FD3A03. Grayscale: #909090. Windows color (decimal): -16595460 or 16565506. OLE color: 16565506.

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

Color convert

RGB 2 197 252 -
CMYK 0.99 0.22 0 0.01
HSL 193.2º 0.98% 0.5% -
HSV(B) 193.2º 0.99% 0.99% -
XYZ 37.56 46.97 99.18 -
YUV 144.97 188.4 26.03 -
System Red Green Blue C M Y K H S L
Decimal 2 197 252 0.99 0.22 0 0.01 193.2 0.98 0.5
Hex 2 C5 FC 63 16 0 1 C1 62 32
Octal 2 305 374 143 26 0 1 301 142 62
Binary 10 11000101 11111100 1100011 10110 0 1 11000001 1100010 110010

Color Harmonies of #02C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C5FC

Black with #02C5FC

Text Example


Text Example

White with #02C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,197,252); }

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

background-color css

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

 a { background-color: rgb(2,197,252); }

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

border-color css

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

 span { border-color: rgb(2,197,252); }

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