#00abed

Color #00ABED Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #00ABED

Tints of Deep Sky Blue #00ABED

Color information

#00ABED (or 0x00ABED) is unknown color: approx Deep Sky Blue. HEX triplet: 00, AB and ED. RGB value is (0,171,237). Sum of RGB (Red+Green+Blue) = 0+171+237=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #00ABED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABED is #FF5412. Grayscale: #7E7E7E. Windows color (decimal): -16733203 or 15575808. OLE color: 15575808.

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

Color convert

RGB0171237-
CMYK10.2800.07
HSL196.71º100%46.47%-
HSV(B)196.71º100%92.94%-
XYZ29.8535.2485.35-
YUV127.4189.8537.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 237 (92.97% from 255) = 58.09%
R=0%
G=41.91%
B=58.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal017123710.2800.07196.7110046.47
Hex0ABED641C07c5642e
Octal0253355144340730514456
Binary010101011111011011100100111000111110001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00abed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,171,237); }

 H1.HeaderClassName
 {
   color: #00abed;
 }
 .AnyTagClassName
 {
   color: #00abed;
 }
</style>
background-color css

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

 a { background-color: rgb(0,171,237); }

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

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

 span { border-color: rgb(0,171,237); }

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