#06D0FD

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

Shades of Deep Sky Blue #06D0FD

Tints of Deep Sky Blue #06D0FD

Color information

#06D0FD (or 0x06D0FD) is unknown color: approx Deep Sky Blue. HEX triplet: 06, D0 and FD. RGB value is (6,208,253). Sum of RGB (Red+Green+Blue) = 6+208+253=467 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #06D0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D0FD is #F92F02. Grayscale: #989898. Windows color (decimal): -16330499 or 16633862. OLE color: 16633862.

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

Color convert

RGB6208253-
CMYK0.980.1800.01
HSL190.93º98.41%50.78%-
HSV(B)190.93º97.63%99.22%-
XYZ40.3652.24100.89-
YUV152.73184.5823.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.28%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=1.28%
G=44.54%
B=54.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62082530.980.1800.01190.9398.4150.78
Hex6D0FD621201bf6233
Octal6320375142220127714263
Binary110110100001111110111000101001001101111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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