Html Css Color HEX #0ABAFE Deep Sky Blue

📋 copy color: '#0ABAFE'

red 10 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #0ABAFE

Tints of Deep Sky Blue #0ABAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 2.22%
G = 41.33%
B = 56.44%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0ABAFE (or 0x0ABAFE) is known color: Deep Sky Blue. HEX triplet: 0A, BA and FE. RGB value is (10,186,254). Sum of RGB (Red+Green+Blue) = 10+186+254=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ABAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABAFE is #F54501. Grayscale: #8C8C8C. Windows color (decimal): -16073986 or 16693770. OLE color: 16693770.

HSL color Cylindrical-coordinate representation of color #0ABAFE: hue angle of 196.72º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABAFE is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 186 254 -
CMYK 0.96 0.27 0 0.00
HSL 196.72º 0.99% 0.52% -
HSV(B) 196.72º 0.96% 1% -
XYZ 35.57 42.34 100.06 -
YUV 141.13 191.69 34.47 -
System Red Green Blue C M Y K H S L
Decimal 10 186 254 0.96 0.27 0 0.00 196.72 0.99 0.52
Hex A BA FE 60 1B 0 0 C5 63 34
Octal 12 272 376 140 33 0 0 305 143 64
Binary 1010 10111010 11111110 1100000 11011 0 0 11000101 1100011 110100

Color Harmonies of #0ABAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAFE

Black with #0ABAFE

Text Example


Text Example

White with #0ABAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,254); }

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

background-color css

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

 a { background-color: rgb(10,186,254); }

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

border-color css

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

 span { border-color: rgb(10,186,254); }

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