Html Css Color HEX #ACCDEA Pale Cornflower Blue

📋 copy color: '#ACCDEA'

red 172 ◦ green 205 ◦ blue 234

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

Shades of Pale Cornflower Blue #ACCDEA

Tints of Pale Cornflower Blue #ACCDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.55%

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

R = 28.15%
G = 33.55%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACCDEA (or 0xACCDEA) is known color: Pale Cornflower Blue. HEX triplet: AC, CD and EA. RGB value is (172,205,234). Sum of RGB (Red+Green+Blue) = 172+205+234=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDEA is #533215. Grayscale: #C6C6C6. Windows color (decimal): -5452310 or 15388076. OLE color: 15388076.

HSL color Cylindrical-coordinate representation of color #ACCDEA: hue angle of 208.06º 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 #ACCDEA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 205 234 -
CMYK 0.26 0.12 0 0.08
HSL 208.06º 0.6% 0.8% -
HSV(B) 208.06º 0.26% 0.92% -
XYZ 53.7 58.37 86.28 -
YUV 198.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 172 205 234 0.26 0.12 0 0.08 208.06 0.6 0.8
Hex AC CD EA 1A C 0 8 D0 3C 50
Octal 254 315 352 32 14 0 10 320 74 120
Binary 10101100 11001101 11101010 11010 1100 0 1000 11010000 111100 1010000

Color Harmonies of #ACCDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDEA

Black with #ACCDEA

Text Example


Text Example

White with #ACCDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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