Html Css Color HEX #ABDAEA Light Blue

📋 copy color: '#ABDAEA'

red 171 ◦ green 218 ◦ blue 234

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

Shades of Light Blue #ABDAEA

Tints of Light Blue #ABDAEA

RGB

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

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

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

R = 27.45%
G = 34.99%
B = 37.56%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABDAEA (or 0xABDAEA) is known color: Light Blue. HEX triplet: AB, DA and EA. RGB value is (171,218,234). Sum of RGB (Red+Green+Blue) = 171+218+234=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAEA is #542515. Grayscale: #CDCDCD. Windows color (decimal): -5514518 or 15391403. OLE color: 15391403.

HSL color Cylindrical-coordinate representation of color #ABDAEA: hue angle of 195.24º 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 #ABDAEA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 218 234 -
CMYK 0.27 0.07 0 0.08
HSL 195.24º 0.6% 0.79% -
HSV(B) 195.24º 0.27% 0.92% -
XYZ 56.72 64.74 87.35 -
YUV 205.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 171 218 234 0.27 0.07 0 0.08 195.24 0.6 0.79
Hex AB DA EA 1B 7 0 8 C3 3C 4F
Octal 253 332 352 33 7 0 10 303 74 117
Binary 10101011 11011010 11101010 11011 111 0 1000 11000011 111100 1001111

Color Harmonies of #ABDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAEA

Black with #ABDAEA

Text Example


Text Example

White with #ABDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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