Html Css Color HEX #ACCFF0 Pale Cornflower Blue

📋 copy color: '#ACCFF0'

red 172 ◦ green 207 ◦ blue 240

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

Shades of Pale Cornflower Blue #ACCFF0

Tints of Pale Cornflower Blue #ACCFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 27.79%
G = 33.44%
B = 38.77%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACCFF0 (or 0xACCFF0) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and F0. RGB value is (172,207,240). Sum of RGB (Red+Green+Blue) = 172+207+240=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFF0 is #53300F. Grayscale: #C8C8C8. Windows color (decimal): -5451792 or 15781804. OLE color: 15781804.

HSL color Cylindrical-coordinate representation of color #ACCFF0: hue angle of 209.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCFF0 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 207 240 -
CMYK 0.28 0.14 0 0.06
HSL 209.12º 0.69% 0.81% -
HSV(B) 209.12º 0.28% 0.94% -
XYZ 55.05 59.69 91.06 -
YUV 200.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 172 207 240 0.28 0.14 0 0.06 209.12 0.69 0.81
Hex AC CF F0 1C E 0 6 D1 45 51
Octal 254 317 360 34 16 0 6 321 105 121
Binary 10101100 11001111 11110000 11100 1110 0 110 11010001 1000101 1010001

Color Harmonies of #ACCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFF0

Black with #ACCFF0

Text Example


Text Example

White with #ACCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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