Html Css Color HEX #00CAFC Deep Sky Blue

📋 copy color: '#00CAFC'

red 0 ◦ green 202 ◦ blue 252

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

Shades of Deep Sky Blue #00CAFC

Tints of Deep Sky Blue #00CAFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 202 (79.3% from 255) = 44.49%

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

R = 0%
G = 44.49%
B = 55.51%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00CAFC (or 0x00CAFC) is known color: Deep Sky Blue. HEX triplet: 00, CA and FC. RGB value is (0,202,252). Sum of RGB (Red+Green+Blue) = 0+202+252=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #00CAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAFC is #FF3503. Grayscale: #929292. Windows color (decimal): -16725252 or 16566784. OLE color: 16566784.

HSL color Cylindrical-coordinate representation of color #00CAFC: hue angle of 191.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAFC is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 202 252 -
CMYK 1 0.20 0 0.01
HSL 191.9º 1% 0.49% -
HSV(B) 191.9º 1% 0.99% -
XYZ 38.69 49.27 99.57 -
YUV 147.3 187.08 22.93 -
System Red Green Blue C M Y K H S L
Decimal 0 202 252 1 0.20 0 0.01 191.9 1 0.49
Hex 0 CA FC 64 14 0 1 C0 64 31
Octal 0 312 374 144 24 0 1 300 144 61
Binary 0 11001010 11111100 1100100 10100 0 1 11000000 1100100 110001

Color Harmonies of #00CAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CAFC

Black with #00CAFC

Text Example


Text Example

White with #00CAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CAFC; }

 p { color: rgb(0,202,252); }

 H1.HeaderClassName
 {
   color: #00CAFC;
 }
 .AnyTagClassName
 {
   color: #00CAFC;
 }
</style>

background-color css

<style>
 a { background-color: #00CAFC; }

 a { background-color: rgb(0,202,252); }

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

border-color css

<style>
 span { border-color: #00CAFC; }

 span { border-color: rgb(0,202,252); }

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