Html Css Color HEX #0ABCEA Deep Sky Blue

📋 copy color: '#0ABCEA'

red 10 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #0ABCEA

Tints of Deep Sky Blue #0ABCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

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

R = 2.31%
G = 43.52%
B = 54.17%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ABCEA (or 0x0ABCEA) is known color: Deep Sky Blue. HEX triplet: 0A, BC and EA. RGB value is (10,188,234). Sum of RGB (Red+Green+Blue) = 10+188+234=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ABCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCEA is #F54315. Grayscale: #8B8B8B. Windows color (decimal): -16073494 or 15383562. OLE color: 15383562.

HSL color Cylindrical-coordinate representation of color #0ABCEA: hue angle of 192.32º 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 #0ABCEA is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 188 234 -
CMYK 0.96 0.20 0 0.08
HSL 192.32º 0.92% 0.48% -
HSV(B) 192.32º 0.96% 0.92% -
XYZ 32.96 41.97 84.21 -
YUV 140.02 181.03 35.26 -
System Red Green Blue C M Y K H S L
Decimal 10 188 234 0.96 0.20 0 0.08 192.32 0.92 0.48
Hex A BC EA 60 14 0 8 C0 5C 30
Octal 12 274 352 140 24 0 10 300 134 60
Binary 1010 10111100 11101010 1100000 10100 0 1000 11000000 1011100 110000

Color Harmonies of #0ABCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCEA

Black with #0ABCEA

Text Example


Text Example

White with #0ABCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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