Html Css Color HEX #06ABE8 Deep Sky Blue

📋 copy color: '#06ABE8'

red 6 ◦ green 171 ◦ blue 232

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

Shades of Deep Sky Blue #06ABE8

Tints of Deep Sky Blue #06ABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 232 (91.02% from 255) = 56.72%

R = 1.47%
G = 41.81%
B = 56.72%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#06ABE8 (or 0x06ABE8) is known color: Deep Sky Blue. HEX triplet: 06, AB and E8. RGB value is (6,171,232). Sum of RGB (Red+Green+Blue) = 6+171+232=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #06ABE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ABE8 is #F95417. Grayscale: #808080. Windows color (decimal): -16339992 or 15248134. OLE color: 15248134.

HSL color Cylindrical-coordinate representation of color #06ABE8: hue angle of 196.19º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABE8 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 171 232 -
CMYK 0.97 0.26 0 0.09
HSL 196.19º 0.95% 0.47% -
HSV(B) 196.19º 0.97% 0.91% -
XYZ 29.2 34.99 81.56 -
YUV 128.62 186.34 40.54 -
System Red Green Blue C M Y K H S L
Decimal 6 171 232 0.97 0.26 0 0.09 196.19 0.95 0.47
Hex 6 AB E8 61 1A 0 9 C4 5F 2F
Octal 6 253 350 141 32 0 11 304 137 57
Binary 110 10101011 11101000 1100001 11010 0 1001 11000100 1011111 101111

Color Harmonies of #06ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABE8

Black with #06ABE8

Text Example


Text Example

White with #06ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,171,232); }

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

background-color css

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

 a { background-color: rgb(6,171,232); }

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

border-color css

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

 span { border-color: rgb(6,171,232); }

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