#05CAF6

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

Shades of Deep Sky Blue #05CAF6

Tints of Deep Sky Blue #05CAF6

Color information

#05CAF6 (or 0x05CAF6) is unknown color: approx Deep Sky Blue. HEX triplet: 05, CA and F6. RGB value is (5,202,246). Sum of RGB (Red+Green+Blue) = 5+202+246=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #05CAF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CAF6 is #FA3509. Grayscale: #939393. Windows color (decimal): -16397578 or 16173573. OLE color: 16173573.

HSL color Cylindrical-coordinate representation of color #05CAF6: hue angle of 190.95º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CAF6 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5202246-
CMYK0.980.1800.04
HSL190.95º96.02%49.22%-
HSV(B)190.95º97.97%96.47%-
XYZ37.8248.9394.64-
YUV148.11183.2325.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.10%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 246 (96.48% from 255) = 54.30%
R=1.10%
G=44.59%
B=54.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52022460.980.1800.04190.9596.0249.22
Hex5CAF6621204bf6031
Octal5312366142220427714061
Binary10111001010111101101100010100100100101111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CAF6; }

 p { color: rgb(5,202,246); }

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

<style>
 a { background-color: #05CAF6; }

 a { background-color: rgb(5,202,246); }

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

<style>
 span { border-color: #05CAF6; }

 span { border-color: rgb(5,202,246); }

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