Html Css Color HEX #00ABEE Deep Sky Blue

📋 copy color: '#00ABEE'

red 0 ◦ green 171 ◦ blue 238

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

Shades of Deep Sky Blue #00ABEE

Tints of Deep Sky Blue #00ABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 238 (93.36% from 255) = 58.19%

R = 0%
G = 41.81%
B = 58.19%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#00ABEE (or 0x00ABEE) is known color: Deep Sky Blue. HEX triplet: 00, AB and EE. RGB value is (0,171,238). Sum of RGB (Red+Green+Blue) = 0+171+238=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #00ABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABEE is #FF5411. Grayscale: #7F7F7F. Windows color (decimal): -16733202 or 15641344. OLE color: 15641344.

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

Color convert

RGB 0 171 238 -
CMYK 1 0.28 0 0.07
HSL 196.89º 1% 0.47% -
HSV(B) 196.89º 1% 0.93% -
XYZ 30 35.3 86.12 -
YUV 127.51 190.35 37.05 -
System Red Green Blue C M Y K H S L
Decimal 0 171 238 1 0.28 0 0.07 196.89 1 0.47
Hex 0 AB EE 64 1C 0 7 C5 64 2F
Octal 0 253 356 144 34 0 7 305 144 57
Binary 0 10101011 11101110 1100100 11100 0 111 11000101 1100100 101111

Color Harmonies of #00ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABEE

Black with #00ABEE

Text Example


Text Example

White with #00ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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