#06CBFC

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

Shades of Deep Sky Blue #06CBFC

Tints of Deep Sky Blue #06CBFC

Color information

#06CBFC (or 0x06CBFC) is unknown color: approx Deep Sky Blue. HEX triplet: 06, CB and FC. RGB value is (6,203,252). Sum of RGB (Red+Green+Blue) = 6+203+252=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #06CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CBFC is #F93403. Grayscale: #959595. Windows color (decimal): -16331780 or 16567046. OLE color: 16567046.

HSL color Cylindrical-coordinate representation of color #06CBFC: hue angle of 191.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CBFC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6203252-
CMYK0.980.1900.01
HSL191.95º97.62%50.59%-
HSV(B)191.95º97.62%98.82%-
XYZ3949.7899.65-
YUV149.68185.7325.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.30%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 252 (98.83% from 255) = 54.66%
R=1.30%
G=44.03%
B=54.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62032520.980.1900.01191.9597.6250.59
Hex6CBFC621301c06233
Octal6313374142230130014263
Binary110110010111111110011000101001101110000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06CBFC; }

 p { color: rgb(6,203,252); }

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

<style>
 a { background-color: #06CBFC; }

 a { background-color: rgb(6,203,252); }

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

<style>
 span { border-color: #06CBFC; }

 span { border-color: rgb(6,203,252); }

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