Html Css Color HEX #ABDAEE Light Blue

📋 copy color: '#ABDAEE'

red 171 ◦ green 218 ◦ blue 238

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

Shades of Light Blue #ABDAEE

Tints of Light Blue #ABDAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.77%

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

R = 27.27%
G = 34.77%
B = 37.96%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABDAEE (or 0xABDAEE) is known color: Light Blue. HEX triplet: AB, DA and EE. RGB value is (171,218,238). Sum of RGB (Red+Green+Blue) = 171+218+238=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAEE is #542511. Grayscale: #CECECE. Windows color (decimal): -5514514 or 15653547. OLE color: 15653547.

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

Color convert

RGB 171 218 238 -
CMYK 0.28 0.08 0 0.07
HSL 197.91º 0.66% 0.8% -
HSV(B) 197.91º 0.28% 0.93% -
XYZ 57.3 64.97 90.41 -
YUV 206.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 171 218 238 0.28 0.08 0 0.07 197.91 0.66 0.8
Hex AB DA EE 1C 8 0 7 C6 42 50
Octal 253 332 356 34 10 0 7 306 102 120
Binary 10101011 11011010 11101110 11100 1000 0 111 11000110 1000010 1010000

Color Harmonies of #ABDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAEE

Black with #ABDAEE

Text Example


Text Example

White with #ABDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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