Html Css Color HEX #ACCEFC Pale Cornflower Blue

📋 copy color: '#ACCEFC'

red 172 ◦ green 206 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACCEFC

Tints of Pale Cornflower Blue #ACCEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.7%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 27.3%
G = 32.7%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACCEFC (or 0xACCEFC) is known color: Pale Cornflower Blue. HEX triplet: AC, CE and FC. RGB value is (172,206,252). Sum of RGB (Red+Green+Blue) = 172+206+252=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEFC is #533103. Grayscale: #C8C8C8. Windows color (decimal): -5452036 or 16567980. OLE color: 16567980.

HSL color Cylindrical-coordinate representation of color #ACCEFC: hue angle of 214.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCEFC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 206 252 -
CMYK 0.32 0.18 0 0.01
HSL 214.5º 0.93% 0.83% -
HSV(B) 214.5º 0.32% 0.99% -
XYZ 56.66 59.94 100.68 -
YUV 201.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 172 206 252 0.32 0.18 0 0.01 214.5 0.93 0.83
Hex AC CE FC 20 12 0 1 D6 5D 53
Octal 254 316 374 40 22 0 1 326 135 123
Binary 10101100 11001110 11111100 100000 10010 0 1 11010110 1011101 1010011

Color Harmonies of #ACCEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEFC

Black with #ACCEFC

Text Example


Text Example

White with #ACCEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEFC; }

 p { color: rgb(172,206,252); }

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

background-color css

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

 a { background-color: rgb(172,206,252); }

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

border-color css

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

 span { border-color: rgb(172,206,252); }

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