Html Css Color HEX #ABDDF2 Light Blue

📋 copy color: '#ABDDF2'

red 171 ◦ green 221 ◦ blue 242

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

Shades of Light Blue #ABDDF2

Tints of Light Blue #ABDDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.86%

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

R = 26.97%
G = 34.86%
B = 38.17%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABDDF2 (or 0xABDDF2) is known color: Light Blue. HEX triplet: AB, DD and F2. RGB value is (171,221,242). Sum of RGB (Red+Green+Blue) = 171+221+242=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABDDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDF2 is #54220D. Grayscale: #D0D0D0. Windows color (decimal): -5513742 or 15916459. OLE color: 15916459.

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

Color convert

RGB 171 221 242 -
CMYK 0.29 0.09 0 0.05
HSL 197.75º 0.73% 0.81% -
HSV(B) 197.75º 0.29% 0.95% -
XYZ 58.68 66.78 93.8 -
YUV 208.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 171 221 242 0.29 0.09 0 0.05 197.75 0.73 0.81
Hex AB DD F2 1D 9 0 5 C6 49 51
Octal 253 335 362 35 11 0 5 306 111 121
Binary 10101011 11011101 11110010 11101 1001 0 101 11000110 1001001 1010001

Color Harmonies of #ABDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDF2

Black with #ABDDF2

Text Example


Text Example

White with #ABDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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