Html Css Color HEX #ABD4E6 Light Blue

📋 copy color: '#ABD4E6'

red 171 ◦ green 212 ◦ blue 230

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

Shades of Light Blue #ABD4E6

Tints of Light Blue #ABD4E6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.58%

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 27.9%
G = 34.58%
B = 37.52%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABD4E6 (or 0xABD4E6) is known color: Light Blue. HEX triplet: AB, D4 and E6. RGB value is (171,212,230). Sum of RGB (Red+Green+Blue) = 171+212+230=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABD4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD4E6 is #542B19. Grayscale: #C9C9C9. Windows color (decimal): -5516058 or 15127723. OLE color: 15127723.

HSL color Cylindrical-coordinate representation of color #ABD4E6: hue angle of 198.31º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABD4E6 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 212 230 -
CMYK 0.26 0.08 0 0.10
HSL 198.31º 0.54% 0.79% -
HSV(B) 198.31º 0.26% 0.9% -
XYZ 54.62 61.46 83.85 -
YUV 201.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 171 212 230 0.26 0.08 0 0.10 198.31 0.54 0.79
Hex AB D4 E6 1A 8 0 A C6 36 4F
Octal 253 324 346 32 10 0 12 306 66 117
Binary 10101011 11010100 11100110 11010 1000 0 1010 11000110 110110 1001111

Color Harmonies of #ABD4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4E6

Black with #ABD4E6

Text Example


Text Example

White with #ABD4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4E6; }

 p { color: rgb(171,212,230); }

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

background-color css

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

 a { background-color: rgb(171,212,230); }

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

border-color css

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

 span { border-color: rgb(171,212,230); }

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