Html Css Color HEX #0ABEEB Deep Sky Blue

📋 copy color: '#0ABEEB'

red 10 ◦ green 190 ◦ blue 235

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

Shades of Deep Sky Blue #0ABEEB

Tints of Deep Sky Blue #0ABEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

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

R = 2.3%
G = 43.68%
B = 54.02%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ABEEB (or 0x0ABEEB) is known color: Deep Sky Blue. HEX triplet: 0A, BE and EB. RGB value is (10,190,235). Sum of RGB (Red+Green+Blue) = 10+190+235=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ABEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABEEB is #F54114. Grayscale: #8C8C8C. Windows color (decimal): -16072981 or 15449610. OLE color: 15449610.

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

Color convert

RGB 10 190 235 -
CMYK 0.96 0.19 0 0.08
HSL 192º 0.92% 0.48% -
HSV(B) 192º 0.96% 0.92% -
XYZ 33.53 42.89 85.11 -
YUV 141.31 180.87 34.34 -
System Red Green Blue C M Y K H S L
Decimal 10 190 235 0.96 0.19 0 0.08 192 0.92 0.48
Hex A BE EB 60 13 0 8 C0 5C 30
Octal 12 276 353 140 23 0 10 300 134 60
Binary 1010 10111110 11101011 1100000 10011 0 1000 11000000 1011100 110000

Color Harmonies of #0ABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEEB

Black with #0ABEEB

Text Example


Text Example

White with #0ABEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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