Html Css Color HEX #06ABEA Deep Sky Blue

📋 copy color: '#06ABEA'

red 6 ◦ green 171 ◦ blue 234

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

Shades of Deep Sky Blue #06ABEA

Tints of Deep Sky Blue #06ABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 1.46%
G = 41.61%
B = 56.93%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#06ABEA (or 0x06ABEA) is known color: Deep Sky Blue. HEX triplet: 06, AB and EA. RGB value is (6,171,234). Sum of RGB (Red+Green+Blue) = 6+171+234=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #06ABEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ABEA is #F95415. Grayscale: #808080. Windows color (decimal): -16339990 or 15379206. OLE color: 15379206.

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

Color convert

RGB 6 171 234 -
CMYK 0.97 0.27 0 0.08
HSL 196.58º 0.95% 0.47% -
HSV(B) 196.58º 0.97% 0.92% -
XYZ 29.49 35.11 83.06 -
YUV 128.85 187.34 40.38 -
System Red Green Blue C M Y K H S L
Decimal 6 171 234 0.97 0.27 0 0.08 196.58 0.95 0.47
Hex 6 AB EA 61 1B 0 8 C5 5F 2F
Octal 6 253 352 141 33 0 10 305 137 57
Binary 110 10101011 11101010 1100001 11011 0 1000 11000101 1011111 101111

Color Harmonies of #06ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABEA

Black with #06ABEA

Text Example


Text Example

White with #06ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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