Html Css Color HEX #ABDEF1 Light Blue

📋 copy color: '#ABDEF1'

red 171 ◦ green 222 ◦ blue 241

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

Shades of Light Blue #ABDEF1

Tints of Light Blue #ABDEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.02%

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 26.97%
G = 35.02%
B = 38.01%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABDEF1 (or 0xABDEF1) is known color: Light Blue. HEX triplet: AB, DE and F1. RGB value is (171,222,241). Sum of RGB (Red+Green+Blue) = 171+222+241=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABDEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF1 is #54210E. Grayscale: #D0D0D0. Windows color (decimal): -5513487 or 15851179. OLE color: 15851179.

HSL color Cylindrical-coordinate representation of color #ABDEF1: hue angle of 196.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABDEF1 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 222 241 -
CMYK 0.29 0.08 0 0.05
HSL 196.29º 0.71% 0.81% -
HSV(B) 196.29º 0.29% 0.95% -
XYZ 58.79 67.25 93.1 -
YUV 208.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 171 222 241 0.29 0.08 0 0.05 196.29 0.71 0.81
Hex AB DE F1 1D 8 0 5 C4 47 51
Octal 253 336 361 35 10 0 5 304 107 121
Binary 10101011 11011110 11110001 11101 1000 0 101 11000100 1000111 1010001

Color Harmonies of #ABDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEF1

Black with #ABDEF1

Text Example


Text Example

White with #ABDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEF1; }

 p { color: rgb(171,222,241); }

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

background-color css

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

 a { background-color: rgb(171,222,241); }

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

border-color css

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

 span { border-color: rgb(171,222,241); }

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