#06C9FD

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

Shades of Deep Sky Blue #06C9FD

Tints of Deep Sky Blue #06C9FD

Color information

#06C9FD (or 0x06C9FD) is unknown color: approx Deep Sky Blue. HEX triplet: 06, C9 and FD. RGB value is (6,201,253). Sum of RGB (Red+Green+Blue) = 6+201+253=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #06C9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C9FD is #F93602. Grayscale: #949494. Windows color (decimal): -16332291 or 16632070. OLE color: 16632070.

HSL color Cylindrical-coordinate representation of color #06C9FD: hue angle of 192.63º 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 #06C9FD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6201253-
CMYK0.980.2100.01
HSL192.63º98.41%50.78%-
HSV(B)192.63º97.63%99.22%-
XYZ38.6948.9100.33-
YUV148.62186.926.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.30%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 253 (99.22% from 255) = 55%
R=1.30%
G=43.70%
B=55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62012530.980.2100.01192.6398.4150.78
Hex6C9FD621501c16233
Octal6311375142250130114263
Binary110110010011111110111000101010101110000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,201,253); }

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

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

 a { background-color: rgb(6,201,253); }

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

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

 span { border-color: rgb(6,201,253); }

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