Html Css Color HEX #00CAFA Deep Sky Blue

📋 copy color: '#00CAFA'

red 0 ◦ green 202 ◦ blue 250

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

Shades of Deep Sky Blue #00CAFA

Tints of Deep Sky Blue #00CAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 0%
G = 44.69%
B = 55.31%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#00CAFA (or 0x00CAFA) is known color: Deep Sky Blue. HEX triplet: 00, CA and FA. RGB value is (0,202,250). Sum of RGB (Red+Green+Blue) = 0+202+250=452 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #00CAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAFA is #FF3505. Grayscale: #929292. Windows color (decimal): -16725254 or 16435712. OLE color: 16435712.

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

Color convert

RGB 0 202 250 -
CMYK 1 0.19 0 0.02
HSL 191.52º 1% 0.49% -
HSV(B) 191.52º 1% 0.98% -
XYZ 38.38 49.14 97.91 -
YUV 147.07 186.08 23.1 -
System Red Green Blue C M Y K H S L
Decimal 0 202 250 1 0.19 0 0.02 191.52 1 0.49
Hex 0 CA FA 64 13 0 2 C0 64 31
Octal 0 312 372 144 23 0 2 300 144 61
Binary 0 11001010 11111010 1100100 10011 0 10 11000000 1100100 110001

Color Harmonies of #00CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CAFA

Black with #00CAFA

Text Example


Text Example

White with #00CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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