#06CEEB

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

Shades of Deep Sky Blue #06CEEB

Tints of Deep Sky Blue #06CEEB

Color information

#06CEEB (or 0x06CEEB) is unknown color: approx Deep Sky Blue. HEX triplet: 06, CE and EB. RGB value is (6,206,235). Sum of RGB (Red+Green+Blue) = 6+206+235=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #06CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CEEB is #F93114. Grayscale: #959595. Windows color (decimal): -16331029 or 15453702. OLE color: 15453702.

HSL color Cylindrical-coordinate representation of color #06CEEB: hue angle of 187.6º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CEEB is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6206235-
CMYK0.970.1200.08
HSL187.6º95.02%47.25%-
HSV(B)187.6º97.45%92.16%-
XYZ37.1450.1886.33-
YUV149.51176.2425.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.34%
GREEN value IS 206 (80.86% from 255) = 46.09%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=1.34%
G=46.09%
B=52.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62062350.970.1200.08187.695.0247.25
Hex6CEEB61C08bc5f2f
Octal63163531411401027413757
Binary11011001110111010111100001110001000101111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,206,235); }

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

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

 a { background-color: rgb(6,206,235); }

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

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

 span { border-color: rgb(6,206,235); }

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