Html Css Color HEX #ABDAF2 Light Blue

📋 copy color: '#ABDAF2'

red 171 ◦ green 218 ◦ blue 242

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

Shades of Light Blue #ABDAF2

Tints of Light Blue #ABDAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 27.1%
G = 34.55%
B = 38.35%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABDAF2 (or 0xABDAF2) is known color: Light Blue. HEX triplet: AB, DA and F2. RGB value is (171,218,242). Sum of RGB (Red+Green+Blue) = 171+218+242=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDAF2 is #54250D. Grayscale: #CECECE. Windows color (decimal): -5514510 or 15915691. OLE color: 15915691.

HSL color Cylindrical-coordinate representation of color #ABDAF2: hue angle of 200.28º degrees, saturation: 0.73, 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 #ABDAF2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 218 242 -
CMYK 0.29 0.10 0 0.05
HSL 200.28º 0.73% 0.81% -
HSV(B) 200.28º 0.29% 0.95% -
XYZ 57.89 65.21 93.54 -
YUV 206.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 171 218 242 0.29 0.10 0 0.05 200.28 0.73 0.81
Hex AB DA F2 1D A 0 5 C8 49 51
Octal 253 332 362 35 12 0 5 310 111 121
Binary 10101011 11011010 11110010 11101 1010 0 101 11001000 1001001 1010001

Color Harmonies of #ABDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAF2

Black with #ABDAF2

Text Example


Text Example

White with #ABDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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