Html Css Color HEX #00A9EB Deep Sky Blue

📋 copy color: '#00A9EB'

red 0 ◦ green 169 ◦ blue 235

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

Shades of Deep Sky Blue #00A9EB

Tints of Deep Sky Blue #00A9EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 0%
G = 41.83%
B = 58.17%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00A9EB (or 0x00A9EB) is known color: Deep Sky Blue. HEX triplet: 00, A9 and EB. RGB value is (0,169,235). Sum of RGB (Red+Green+Blue) = 0+169+235=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #00A9EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A9EB is #FF5614. Grayscale: #7D7D7D. Windows color (decimal): -16733717 or 15444224. OLE color: 15444224.

HSL color Cylindrical-coordinate representation of color #00A9EB: hue angle of 196.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A9EB is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 169 235 -
CMYK 1 0.28 0 0.08
HSL 196.85º 1% 0.46% -
HSV(B) 196.85º 1% 0.92% -
XYZ 29.18 34.37 83.69 -
YUV 125.99 189.51 38.13 -
System Red Green Blue C M Y K H S L
Decimal 0 169 235 1 0.28 0 0.08 196.85 1 0.46
Hex 0 A9 EB 64 1C 0 8 C5 64 2E
Octal 0 251 353 144 34 0 10 305 144 56
Binary 0 10101001 11101011 1100100 11100 0 1000 11000101 1100100 101110

Color Harmonies of #00A9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A9EB

Black with #00A9EB

Text Example


Text Example

White with #00A9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A9EB; }

 p { color: rgb(0,169,235); }

 H1.HeaderClassName
 {
   color: #00A9EB;
 }
 .AnyTagClassName
 {
   color: #00A9EB;
 }
</style>

background-color css

<style>
 a { background-color: #00A9EB; }

 a { background-color: rgb(0,169,235); }

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

border-color css

<style>
 span { border-color: #00A9EB; }

 span { border-color: rgb(0,169,235); }

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