Html Css Color HEX #ABDBDF Powder Blue

📋 copy color: '#ABDBDF'

red 171 ◦ green 219 ◦ blue 223

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

Shades of Powder Blue #ABDBDF

Tints of Powder Blue #ABDBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.73%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 27.9%
G = 35.73%
B = 36.38%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABDBDF (or 0xABDBDF) is known color: Powder Blue. HEX triplet: AB, DB and DF. RGB value is (171,219,223). Sum of RGB (Red+Green+Blue) = 171+219+223=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDF is #542420. Grayscale: #CDCDCD. Windows color (decimal): -5514273 or 14670763. OLE color: 14670763.

HSL color Cylindrical-coordinate representation of color #ABDBDF: hue angle of 184.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDBDF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 219 223 -
CMYK 0.23 0.02 0 0.13
HSL 184.62º 0.45% 0.77% -
HSV(B) 184.62º 0.23% 0.87% -
XYZ 55.45 64.65 79.37 -
YUV 205.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 171 219 223 0.23 0.02 0 0.13 184.62 0.45 0.77
Hex AB DB DF 17 2 0 D B9 2D 4D
Octal 253 333 337 27 2 0 15 271 55 115
Binary 10101011 11011011 11011111 10111 10 0 1101 10111001 101101 1001101

Color Harmonies of #ABDBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBDF

Black with #ABDBDF

Text Example


Text Example

White with #ABDBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBDF; }

 p { color: rgb(171,219,223); }

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

background-color css

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

 a { background-color: rgb(171,219,223); }

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

border-color css

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

 span { border-color: rgb(171,219,223); }

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