Html Css Color HEX #ACDFEA Powder Blue

📋 copy color: '#ACDFEA'

red 172 ◦ green 223 ◦ blue 234

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

Shades of Powder Blue #ACDFEA

Tints of Powder Blue #ACDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.45%

 BLUE value IS 234 (91.8% from 255) = 37.2%

R = 27.34%
G = 35.45%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACDFEA (or 0xACDFEA) is known color: Powder Blue. HEX triplet: AC, DF and EA. RGB value is (172,223,234). Sum of RGB (Red+Green+Blue) = 172+223+234=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFEA is #532015. Grayscale: #D0D0D0. Windows color (decimal): -5447702 or 15392684. OLE color: 15392684.

HSL color Cylindrical-coordinate representation of color #ACDFEA: hue angle of 190.65º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDFEA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 223 234 -
CMYK 0.26 0.05 0 0.08
HSL 190.65º 0.6% 0.8% -
HSV(B) 190.65º 0.26% 0.92% -
XYZ 58.25 67.49 87.8 -
YUV 209.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 172 223 234 0.26 0.05 0 0.08 190.65 0.6 0.8
Hex AC DF EA 1A 5 0 8 BF 3C 50
Octal 254 337 352 32 5 0 10 277 74 120
Binary 10101100 11011111 11101010 11010 101 0 1000 10111111 111100 1010000

Color Harmonies of #ACDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFEA

Black with #ACDFEA

Text Example


Text Example

White with #ACDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFEA; }

 p { color: rgb(172,223,234); }

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

background-color css

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

 a { background-color: rgb(172,223,234); }

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

border-color css

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

 span { border-color: rgb(172,223,234); }

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