Html Css Color HEX #0ABAEA Deep Sky Blue

📋 copy color: '#0ABAEA'

red 10 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #0ABAEA

Tints of Deep Sky Blue #0ABAEA

RGB

 RED value IS 10 (4.3% from 255) = 2.33%

 GREEN value IS 186 (73.05% from 255) = 43.26%

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

R = 2.33%
G = 43.26%
B = 54.42%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ABAEA (or 0x0ABAEA) is known color: Deep Sky Blue. HEX triplet: 0A, BA and EA. RGB value is (10,186,234). Sum of RGB (Red+Green+Blue) = 10+186+234=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ABAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABAEA is #F54515. Grayscale: #8A8A8A. Windows color (decimal): -16074006 or 15383050. OLE color: 15383050.

HSL color Cylindrical-coordinate representation of color #0ABAEA: hue angle of 192.86º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABAEA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 186 234 -
CMYK 0.96 0.21 0 0.08
HSL 192.86º 0.92% 0.48% -
HSV(B) 192.86º 0.96% 0.92% -
XYZ 32.54 41.12 84.06 -
YUV 138.85 181.69 36.1 -
System Red Green Blue C M Y K H S L
Decimal 10 186 234 0.96 0.21 0 0.08 192.86 0.92 0.48
Hex A BA EA 60 15 0 8 C1 5C 30
Octal 12 272 352 140 25 0 10 301 134 60
Binary 1010 10111010 11101010 1100000 10101 0 1000 11000001 1011100 110000

Color Harmonies of #0ABAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAEA

Black with #0ABAEA

Text Example


Text Example

White with #0ABAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABAEA; }

 p { color: rgb(10,186,234); }

 H1.HeaderClassName
 {
   color: #0ABAEA;
 }
 .AnyTagClassName
 {
   color: #0ABAEA;
 }
</style>

background-color css

<style>
 a { background-color: #0ABAEA; }

 a { background-color: rgb(10,186,234); }

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

border-color css

<style>
 span { border-color: #0ABAEA; }

 span { border-color: rgb(10,186,234); }

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