Html Css Color HEX #ACDBE3 Powder Blue

📋 copy color: '#ACDBE3'

red 172 ◦ green 219 ◦ blue 227

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

Shades of Powder Blue #ACDBE3

Tints of Powder Blue #ACDBE3

RGB

 RED value IS 172 (67.58% from 255) = 27.83%

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

 BLUE value IS 227 (89.06% from 255) = 36.73%

R = 27.83%
G = 35.44%
B = 36.73%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACDBE3 (or 0xACDBE3) is known color: Powder Blue. HEX triplet: AC, DB and E3. RGB value is (172,219,227). Sum of RGB (Red+Green+Blue) = 172+219+227=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACDBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBE3 is #53241C. Grayscale: #CDCDCD. Windows color (decimal): -5448733 or 14932908. OLE color: 14932908.

HSL color Cylindrical-coordinate representation of color #ACDBE3: hue angle of 188.73º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDBE3 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 219 227 -
CMYK 0.24 0.04 0 0.11
HSL 188.73º 0.5% 0.78% -
HSV(B) 188.73º 0.24% 0.89% -
XYZ 56.21 64.98 82.25 -
YUV 205.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 172 219 227 0.24 0.04 0 0.11 188.73 0.5 0.78
Hex AC DB E3 18 4 0 B BD 32 4E
Octal 254 333 343 30 4 0 13 275 62 116
Binary 10101100 11011011 11100011 11000 100 0 1011 10111101 110010 1001110

Color Harmonies of #ACDBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBE3

Black with #ACDBE3

Text Example


Text Example

White with #ACDBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBE3; }

 p { color: rgb(172,219,227); }

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

background-color css

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

 a { background-color: rgb(172,219,227); }

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

border-color css

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

 span { border-color: rgb(172,219,227); }

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