Html Css Color HEX #06DEFF Deep Sky Blue

📋 copy color: '#06DEFF'

red 6 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #06DEFF

Tints of Deep Sky Blue #06DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

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

R = 1.24%
G = 45.96%
B = 52.8%

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

#06DEFF (or 0x06DEFF) is known color: Deep Sky Blue. HEX triplet: 06, DE and FF. RGB value is (6,222,255). Sum of RGB (Red+Green+Blue) = 6+222+255=483 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #06DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DEFF is #F92100. Grayscale: #A0A0A0. Windows color (decimal): -16326913 or 16768518. OLE color: 16768518.

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

Color convert

RGB 6 222 255 -
CMYK 0.98 0.13 0 0
HSL 187.95º 1% 0.51% -
HSV(B) 187.95º 0.98% 1% -
XYZ 44.25 59.5 103.76 -
YUV 161.18 180.94 17.32 -
System Red Green Blue C M Y K H S L
Decimal 6 222 255 0.98 0.13 0 0 187.95 1 0.51
Hex 6 DE FF 62 D 0 0 BC 64 33
Octal 6 336 377 142 15 0 0 274 144 63
Binary 110 11011110 11111111 1100010 1101 0 0 10111100 1100100 110011

Color Harmonies of #06DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DEFF

Black with #06DEFF

Text Example


Text Example

White with #06DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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