Html Css Color HEX #06DDFE Deep Sky Blue

📋 copy color: '#06DDFE'

red 6 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #06DDFE

Tints of Deep Sky Blue #06DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 1.25%
G = 45.95%
B = 52.81%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#06DDFE (or 0x06DDFE) is known color: Deep Sky Blue. HEX triplet: 06, DD and FE. RGB value is (6,221,254). Sum of RGB (Red+Green+Blue) = 6+221+254=481 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #06DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DDFE is #F92201. Grayscale: #A0A0A0. Windows color (decimal): -16327170 or 16702726. OLE color: 16702726.

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

Color convert

RGB 6 221 254 -
CMYK 0.98 0.13 0 0.00
HSL 187.98º 0.99% 0.51% -
HSV(B) 187.98º 0.98% 1% -
XYZ 43.82 58.91 102.83 -
YUV 160.48 180.77 17.82 -
System Red Green Blue C M Y K H S L
Decimal 6 221 254 0.98 0.13 0 0.00 187.98 0.99 0.51
Hex 6 DD FE 62 D 0 0 BC 63 33
Octal 6 335 376 142 15 0 0 274 143 63
Binary 110 11011101 11111110 1100010 1101 0 0 10111100 1100011 110011

Color Harmonies of #06DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DDFE

Black with #06DDFE

Text Example


Text Example

White with #06DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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