Html Css Color HEX #0ABEEF Deep Sky Blue

📋 copy color: '#0ABEEF'

red 10 ◦ green 190 ◦ blue 239

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

Shades of Deep Sky Blue #0ABEEF

Tints of Deep Sky Blue #0ABEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 2.28%
G = 43.28%
B = 54.44%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0ABEEF (or 0x0ABEEF) is known color: Deep Sky Blue. HEX triplet: 0A, BE and EF. RGB value is (10,190,239). Sum of RGB (Red+Green+Blue) = 10+190+239=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ABEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABEEF is #F54110. Grayscale: #8D8D8D. Windows color (decimal): -16072977 or 15711754. OLE color: 15711754.

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

Color convert

RGB 10 190 239 -
CMYK 0.96 0.21 0 0.06
HSL 192.84º 0.92% 0.49% -
HSV(B) 192.84º 0.96% 0.94% -
XYZ 34.12 43.12 88.19 -
YUV 141.77 182.87 34.02 -
System Red Green Blue C M Y K H S L
Decimal 10 190 239 0.96 0.21 0 0.06 192.84 0.92 0.49
Hex A BE EF 60 15 0 6 C1 5C 31
Octal 12 276 357 140 25 0 6 301 134 61
Binary 1010 10111110 11101111 1100000 10101 0 110 11000001 1011100 110001

Color Harmonies of #0ABEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEEF

Black with #0ABEEF

Text Example


Text Example

White with #0ABEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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