Html Css Color HEX #0ABBEB Deep Sky Blue

📋 copy color: '#0ABBEB'

red 10 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #0ABBEB

Tints of Deep Sky Blue #0ABBEB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.29%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 2.31%
G = 43.29%
B = 54.4%

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

#0ABBEB (or 0x0ABBEB) is known color: Deep Sky Blue. HEX triplet: 0A, BB and EB. RGB value is (10,187,235). Sum of RGB (Red+Green+Blue) = 10+187+235=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ABBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABBEB is #F54414. Grayscale: #8B8B8B. Windows color (decimal): -16073749 or 15448842. OLE color: 15448842.

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

Color convert

RGB 10 187 235 -
CMYK 0.96 0.20 0 0.08
HSL 192.8º 0.92% 0.48% -
HSV(B) 192.8º 0.96% 0.92% -
XYZ 32.89 41.6 84.89 -
YUV 139.55 181.86 35.6 -
System Red Green Blue C M Y K H S L
Decimal 10 187 235 0.96 0.20 0 0.08 192.8 0.92 0.48
Hex A BB EB 60 14 0 8 C1 5C 30
Octal 12 273 353 140 24 0 10 301 134 60
Binary 1010 10111011 11101011 1100000 10100 0 1000 11000001 1011100 110000

Color Harmonies of #0ABBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABBEB

Black with #0ABBEB

Text Example


Text Example

White with #0ABBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,187,235); }

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

background-color css

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

 a { background-color: rgb(10,187,235); }

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

border-color css

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

 span { border-color: rgb(10,187,235); }

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