Html Css Color HEX #ACCFF2 Pale Cornflower Blue

📋 copy color: '#ACCFF2'

red 172 ◦ green 207 ◦ blue 242

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

Shades of Pale Cornflower Blue #ACCFF2

Tints of Pale Cornflower Blue #ACCFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.97%

R = 27.7%
G = 33.33%
B = 38.97%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACCFF2 (or 0xACCFF2) is known color: Pale Cornflower Blue. HEX triplet: AC, CF and F2. RGB value is (172,207,242). Sum of RGB (Red+Green+Blue) = 172+207+242=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFF2 is #53300D. Grayscale: #C8C8C8. Windows color (decimal): -5451790 or 15912876. OLE color: 15912876.

HSL color Cylindrical-coordinate representation of color #ACCFF2: hue angle of 210º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCFF2 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 207 242 -
CMYK 0.29 0.14 0 0.05
HSL 210º 0.73% 0.81% -
HSV(B) 210º 0.29% 0.95% -
XYZ 55.35 59.81 92.63 -
YUV 200.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 172 207 242 0.29 0.14 0 0.05 210 0.73 0.81
Hex AC CF F2 1D E 0 5 D2 49 51
Octal 254 317 362 35 16 0 5 322 111 121
Binary 10101100 11001111 11110010 11101 1110 0 101 11010010 1001001 1010001

Color Harmonies of #ACCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFF2

Black with #ACCFF2

Text Example


Text Example

White with #ACCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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