Html Css Color HEX #ABD8E7 Light Blue

📋 copy color: '#ABD8E7'

red 171 ◦ green 216 ◦ blue 231

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

Shades of Light Blue #ABD8E7

Tints of Light Blue #ABD8E7

RGB

 RED value IS 171 (67.19% from 255) = 27.67%

 GREEN value IS 216 (84.77% from 255) = 34.95%

 BLUE value IS 231 (90.63% from 255) = 37.38%

R = 27.67%
G = 34.95%
B = 37.38%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABD8E7 (or 0xABD8E7) is known color: Light Blue. HEX triplet: AB, D8 and E7. RGB value is (171,216,231). Sum of RGB (Red+Green+Blue) = 171+216+231=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABD8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD8E7 is #542718. Grayscale: #CCCCCC. Windows color (decimal): -5515033 or 15194283. OLE color: 15194283.

HSL color Cylindrical-coordinate representation of color #ABD8E7: hue angle of 195º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABD8E7 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 216 231 -
CMYK 0.26 0.06 0 0.09
HSL 195º 0.56% 0.79% -
HSV(B) 195º 0.26% 0.91% -
XYZ 55.77 63.54 84.93 -
YUV 204.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 171 216 231 0.26 0.06 0 0.09 195 0.56 0.79
Hex AB D8 E7 1A 6 0 9 C3 38 4F
Octal 253 330 347 32 6 0 11 303 70 117
Binary 10101011 11011000 11100111 11010 110 0 1001 11000011 111000 1001111

Color Harmonies of #ABD8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD8E7

Black with #ABD8E7

Text Example


Text Example

White with #ABD8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD8E7; }

 p { color: rgb(171,216,231); }

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

background-color css

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

 a { background-color: rgb(171,216,231); }

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

border-color css

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

 span { border-color: rgb(171,216,231); }

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