Html Css Color HEX #ACCFFF Pale Cornflower Blue

📋 copy color: '#ACCFFF'

red 172 ◦ green 207 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACCFFF

Tints of Pale Cornflower Blue #ACCFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.22%

R = 27.13%
G = 32.65%
B = 40.22%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACCFFF (or 0xACCFFF) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and FF. RGB value is (172,207,255). Sum of RGB (Red+Green+Blue) = 172+207+255=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFF is #533000. Grayscale: #C9C9C9. Windows color (decimal): -5451777 or 16764844. OLE color: 16764844.

HSL color Cylindrical-coordinate representation of color #ACCFFF: hue angle of 214.7º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCFFF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 207 255 -
CMYK 0.33 0.19 0 0
HSL 214.7º 1% 0.84% -
HSV(B) 214.7º 0.33% 1% -
XYZ 57.38 60.62 103.28 -
YUV 202.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 172 207 255 0.33 0.19 0 0 214.7 1 0.84
Hex AC CF FF 21 13 0 0 D7 64 54
Octal 254 317 377 41 23 0 0 327 144 124
Binary 10101100 11001111 11111111 100001 10011 0 0 11010111 1100100 1010100

Color Harmonies of #ACCFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFFF

Black with #ACCFFF

Text Example


Text Example

White with #ACCFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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