Html Css Color HEX #ABD7EA Light Blue

📋 copy color: '#ABD7EA'

red 171 ◦ green 215 ◦ blue 234

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

Shades of Light Blue #ABD7EA

Tints of Light Blue #ABD7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.68%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 27.58%
G = 34.68%
B = 37.74%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABD7EA (or 0xABD7EA) is known color: Light Blue. HEX triplet: AB, D7 and EA. RGB value is (171,215,234). Sum of RGB (Red+Green+Blue) = 171+215+234=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD7EA is #542815. Grayscale: #CBCBCB. Windows color (decimal): -5515286 or 15390635. OLE color: 15390635.

HSL color Cylindrical-coordinate representation of color #ABD7EA: hue angle of 198.1º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABD7EA is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 215 234 -
CMYK 0.27 0.08 0 0.08
HSL 198.1º 0.6% 0.79% -
HSV(B) 198.1º 0.27% 0.92% -
XYZ 55.95 63.2 87.09 -
YUV 204.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 171 215 234 0.27 0.08 0 0.08 198.1 0.6 0.79
Hex AB D7 EA 1B 8 0 8 C6 3C 4F
Octal 253 327 352 33 10 0 10 306 74 117
Binary 10101011 11010111 11101010 11011 1000 0 1000 11000110 111100 1001111

Color Harmonies of #ABD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD7EA

Black with #ABD7EA

Text Example


Text Example

White with #ABD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD7EA; }

 p { color: rgb(171,215,234); }

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

background-color css

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

 a { background-color: rgb(171,215,234); }

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

border-color css

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

 span { border-color: rgb(171,215,234); }

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