Html Css Color HEX #ACCFEB Pale Cornflower Blue

📋 copy color: '#ACCFEB'

red 172 ◦ green 207 ◦ blue 235

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

Shades of Pale Cornflower Blue #ACCFEB

Tints of Pale Cornflower Blue #ACCFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 28.01%
G = 33.71%
B = 38.27%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACCFEB (or 0xACCFEB) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and EB. RGB value is (172,207,235). Sum of RGB (Red+Green+Blue) = 172+207+235=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFEB is #533014. Grayscale: #C7C7C7. Windows color (decimal): -5451797 or 15454124. OLE color: 15454124.

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

Color convert

RGB 172 207 235 -
CMYK 0.27 0.12 0 0.08
HSL 206.67º 0.61% 0.8% -
HSV(B) 206.67º 0.27% 0.92% -
XYZ 54.32 59.39 87.2 -
YUV 199.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 172 207 235 0.27 0.12 0 0.08 206.67 0.61 0.8
Hex AC CF EB 1B C 0 8 CF 3D 50
Octal 254 317 353 33 14 0 10 317 75 120
Binary 10101100 11001111 11101011 11011 1100 0 1000 11001111 111101 1010000

Color Harmonies of #ACCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFEB

Black with #ACCFEB

Text Example


Text Example

White with #ACCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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