Html Css Color HEX #0AB4FB Deep Sky Blue

📋 copy color: '#0AB4FB'

red 10 ◦ green 180 ◦ blue 251

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

Shades of Deep Sky Blue #0AB4FB

Tints of Deep Sky Blue #0AB4FB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 2.27%
G = 40.82%
B = 56.92%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0AB4FB (or 0x0AB4FB) is known color: Deep Sky Blue. HEX triplet: 0A, B4 and FB. RGB value is (10,180,251). Sum of RGB (Red+Green+Blue) = 10+180+251=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #0AB4FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB4FB is #F54B04. Grayscale: #888888. Windows color (decimal): -16075525 or 16495626. OLE color: 16495626.

HSL color Cylindrical-coordinate representation of color #0AB4FB: hue angle of 197.68º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AB4FB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 180 251 -
CMYK 0.96 0.28 0 0.02
HSL 197.68º 0.97% 0.51% -
HSV(B) 197.68º 0.96% 0.98% -
XYZ 33.86 39.67 97.14 -
YUV 137.26 192.18 37.23 -
System Red Green Blue C M Y K H S L
Decimal 10 180 251 0.96 0.28 0 0.02 197.68 0.97 0.51
Hex A B4 FB 60 1C 0 2 C6 61 33
Octal 12 264 373 140 34 0 2 306 141 63
Binary 1010 10110100 11111011 1100000 11100 0 10 11000110 1100001 110011

Color Harmonies of #0AB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB4FB

Black with #0AB4FB

Text Example


Text Example

White with #0AB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,180,251); }

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

background-color css

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

 a { background-color: rgb(10,180,251); }

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

border-color css

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

 span { border-color: rgb(10,180,251); }

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