#00CAF9

Color #00CAF9 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #00CAF9

Tints of Deep Sky Blue #00CAF9

Color information

#00CAF9 (or 0x00CAF9) is unknown color: approx Deep Sky Blue. HEX triplet: 00, CA and F9. RGB value is (0,202,249). Sum of RGB (Red+Green+Blue) = 0+202+249=451 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #00CAF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAF9 is #FF3506. Grayscale: #929292. Windows color (decimal): -16725255 or 16370176. OLE color: 16370176.

HSL color Cylindrical-coordinate representation of color #00CAF9: hue angle of 191.33º 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 #00CAF9 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0202249-
CMYK10.1900.02
HSL191.33º100%48.82%-
HSV(B)191.33º100%97.65%-
XYZ38.2249.0897.08-
YUV146.96185.5823.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 249 (97.66% from 255) = 55.21%
R=0%
G=44.79%
B=55.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal020224910.1900.02191.3310048.82
Hex0CAF9641302bf6431
Octal0312371144230227714461
Binary01100101011111001110010010011010101111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00CAF9;
 }
 .AnyTagClassName
 {
   color: #00CAF9;
 }
</style>
background-color css

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

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

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

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

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

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