Html Css Color HEX #06DDFF Deep Sky Blue

📋 copy color: '#06DDFF'

red 6 ◦ green 221 ◦ blue 255

#06DDFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #06DDFF

Tints of Deep Sky Blue #06DDFF

RGB

 RED value IS 6 (2.73% from 255) = 1.24%

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 1.24%
G = 45.85%
B = 52.9%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#06DDFF (or 0x06DDFF) is known color: Deep Sky Blue. HEX triplet: 06, DD and FF. RGB value is (6,221,255). Sum of RGB (Red+Green+Blue) = 6+221+255=482 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #06DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DDFF is #F92200. Grayscale: #A0A0A0. Windows color (decimal): -16327169 or 16768262. OLE color: 16768262.

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

Color convert

RGB 6 221 255 -
CMYK 0.98 0.13 0 0
HSL 188.19º 1% 0.51% -
HSV(B) 188.19º 0.98% 1% -
XYZ 43.98 58.97 103.67 -
YUV 160.59 181.27 17.74 -
System Red Green Blue C M Y K H S L
Decimal 6 221 255 0.98 0.13 0 0 188.19 1 0.51
Hex 6 DD FF 62 D 0 0 BC 64 33
Octal 6 335 377 142 15 0 0 274 144 63
Binary 110 11011101 11111111 1100010 1101 0 0 10111100 1100100 110011

Color Harmonies of #06DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DDFF

Black with #06DDFF

Text Example


Text Example

White with #06DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,221,255); }

 H1.HeaderClassName
 {
   color: #06DDFF;
 }
 .AnyTagClassName
 {
   color: #06DDFF;
 }
</style>

background-color css

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

 a { background-color: rgb(6,221,255); }

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

border-color css

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

 span { border-color: rgb(6,221,255); }

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