Html Css Color HEX #ACDBE4 Powder Blue

📋 copy color: '#ACDBE4'

red 172 ◦ green 219 ◦ blue 228

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

Shades of Powder Blue #ACDBE4

Tints of Powder Blue #ACDBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.83%

R = 27.79%
G = 35.38%
B = 36.83%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACDBE4 (or 0xACDBE4) is known color: Powder Blue. HEX triplet: AC, DB and E4. RGB value is (172,219,228). Sum of RGB (Red+Green+Blue) = 172+219+228=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACDBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBE4 is #53241B. Grayscale: #CDCDCD. Windows color (decimal): -5448732 or 14998444. OLE color: 14998444.

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

Color convert

RGB 172 219 228 -
CMYK 0.25 0.04 0 0.11
HSL 189.64º 0.51% 0.78% -
HSV(B) 189.64º 0.25% 0.89% -
XYZ 56.35 65.04 82.98 -
YUV 205.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 172 219 228 0.25 0.04 0 0.11 189.64 0.51 0.78
Hex AC DB E4 19 4 0 B BE 33 4E
Octal 254 333 344 31 4 0 13 276 63 116
Binary 10101100 11011011 11100100 11001 100 0 1011 10111110 110011 1001110

Color Harmonies of #ACDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBE4

Black with #ACDBE4

Text Example


Text Example

White with #ACDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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