Html Css Color HEX #0ABDEB Deep Sky Blue

📋 copy color: '#0ABDEB'

red 10 ◦ green 189 ◦ blue 235

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

Shades of Deep Sky Blue #0ABDEB

Tints of Deep Sky Blue #0ABDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.55%

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

R = 2.3%
G = 43.55%
B = 54.15%

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

#0ABDEB (or 0x0ABDEB) is known color: Deep Sky Blue. HEX triplet: 0A, BD and EB. RGB value is (10,189,235). Sum of RGB (Red+Green+Blue) = 10+189+235=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ABDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDEB is #F54214. Grayscale: #8C8C8C. Windows color (decimal): -16073237 or 15449354. OLE color: 15449354.

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

Color convert

RGB 10 189 235 -
CMYK 0.96 0.20 0 0.08
HSL 192.27º 0.92% 0.48% -
HSV(B) 192.27º 0.96% 0.92% -
XYZ 33.32 42.46 85.04 -
YUV 140.72 181.2 34.76 -
System Red Green Blue C M Y K H S L
Decimal 10 189 235 0.96 0.20 0 0.08 192.27 0.92 0.48
Hex A BD EB 60 14 0 8 C0 5C 30
Octal 12 275 353 140 24 0 10 300 134 60
Binary 1010 10111101 11101011 1100000 10100 0 1000 11000000 1011100 110000

Color Harmonies of #0ABDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDEB

Black with #0ABDEB

Text Example


Text Example

White with #0ABDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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