Html Css Color HEX #ACCFEC Pale Cornflower Blue

📋 copy color: '#ACCFEC'

red 172 ◦ green 207 ◦ blue 236

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

Shades of Pale Cornflower Blue #ACCFEC

Tints of Pale Cornflower Blue #ACCFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.66%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 27.97%
G = 33.66%
B = 38.37%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACCFEC (or 0xACCFEC) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and EC. RGB value is (172,207,236). Sum of RGB (Red+Green+Blue) = 172+207+236=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFEC is #533013. Grayscale: #C7C7C7. Windows color (decimal): -5451796 or 15519660. OLE color: 15519660.

HSL color Cylindrical-coordinate representation of color #ACCFEC: hue angle of 207.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACCFEC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 207 236 -
CMYK 0.27 0.12 0 0.07
HSL 207.19º 0.63% 0.8% -
HSV(B) 207.19º 0.27% 0.93% -
XYZ 54.47 59.45 87.96 -
YUV 199.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 172 207 236 0.27 0.12 0 0.07 207.19 0.63 0.8
Hex AC CF EC 1B C 0 7 CF 3F 50
Octal 254 317 354 33 14 0 7 317 77 120
Binary 10101100 11001111 11101100 11011 1100 0 111 11001111 111111 1010000

Color Harmonies of #ACCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFEC

Black with #ACCFEC

Text Example


Text Example

White with #ACCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFEC; }

 p { color: rgb(172,207,236); }

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

background-color css

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

 a { background-color: rgb(172,207,236); }

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

border-color css

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

 span { border-color: rgb(172,207,236); }

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