Html Css Color HEX #0AB2EF Deep Sky Blue

📋 copy color: '#0AB2EF'

red 10 ◦ green 178 ◦ blue 239

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

Shades of Deep Sky Blue #0AB2EF

Tints of Deep Sky Blue #0AB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.69%

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

R = 2.34%
G = 41.69%
B = 55.97%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0AB2EF (or 0x0AB2EF) is known color: Deep Sky Blue. HEX triplet: 0A, B2 and EF. RGB value is (10,178,239). Sum of RGB (Red+Green+Blue) = 10+178+239=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AB2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AB2EF is #F54D10. Grayscale: #868686. Windows color (decimal): -16076049 or 15708682. OLE color: 15708682.

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

Color convert

RGB 10 178 239 -
CMYK 0.96 0.26 0 0.06
HSL 195.98º 0.92% 0.49% -
HSV(B) 195.98º 0.96% 0.94% -
XYZ 31.63 38.14 87.36 -
YUV 134.72 186.84 39.04 -
System Red Green Blue C M Y K H S L
Decimal 10 178 239 0.96 0.26 0 0.06 195.98 0.92 0.49
Hex A B2 EF 60 1A 0 6 C4 5C 31
Octal 12 262 357 140 32 0 6 304 134 61
Binary 1010 10110010 11101111 1100000 11010 0 110 11000100 1011100 110001

Color Harmonies of #0AB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB2EF

Black with #0AB2EF

Text Example


Text Example

White with #0AB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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