Html Css Color HEX #ACCFF5 Pale Cornflower Blue

📋 copy color: '#ACCFF5'

red 172 ◦ green 207 ◦ blue 245

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

Shades of Pale Cornflower Blue #ACCFF5

Tints of Pale Cornflower Blue #ACCFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.26%

R = 27.56%
G = 33.17%
B = 39.26%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACCFF5 (or 0xACCFF5) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and F5. RGB value is (172,207,245). Sum of RGB (Red+Green+Blue) = 172+207+245=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACCFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFF5 is #53300A. Grayscale: #C8C8C8. Windows color (decimal): -5451787 or 16109484. OLE color: 16109484.

HSL color Cylindrical-coordinate representation of color #ACCFF5: hue angle of 211.23º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACCFF5 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 207 245 -
CMYK 0.30 0.16 0 0.04
HSL 211.23º 0.78% 0.82% -
HSV(B) 211.23º 0.3% 0.96% -
XYZ 55.81 59.99 95.02 -
YUV 200.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 172 207 245 0.30 0.16 0 0.04 211.23 0.78 0.82
Hex AC CF F5 1E 10 0 4 D3 4E 52
Octal 254 317 365 36 20 0 4 323 116 122
Binary 10101100 11001111 11110101 11110 10000 0 100 11010011 1001110 1010010

Color Harmonies of #ACCFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFF5

Black with #ACCFF5

Text Example


Text Example

White with #ACCFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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