Html Css Color HEX #A2CCFE Pale Cornflower Blue

📋 copy color: '#A2CCFE'

red 162 ◦ green 204 ◦ blue 254

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

Shades of Pale Cornflower Blue #A2CCFE

Tints of Pale Cornflower Blue #A2CCFE

RGB

 RED value IS 162 (63.67% from 255) = 26.13%

 GREEN value IS 204 (80.08% from 255) = 32.9%

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 26.13%
G = 32.9%
B = 40.97%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2CCFE (or 0xA2CCFE) is known color: Pale Cornflower Blue. HEX triplet: A2, CC and FE. RGB value is (162,204,254). Sum of RGB (Red+Green+Blue) = 162+204+254=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CCFE is #5D3301. Grayscale: #C4C4C4. Windows color (decimal): -6107906 or 16698530. OLE color: 16698530.

HSL color Cylindrical-coordinate representation of color #A2CCFE: hue angle of 212.61º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2CCFE is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 204 254 -
CMYK 0.36 0.20 0 0.00
HSL 212.61º 0.98% 0.82% -
HSV(B) 212.61º 0.36% 1% -
XYZ 54.38 58.02 102.1 -
YUV 197.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 162 204 254 0.36 0.20 0 0.00 212.61 0.98 0.82
Hex A2 CC FE 24 14 0 0 D5 62 52
Octal 242 314 376 44 24 0 0 325 142 122
Binary 10100010 11001100 11111110 100100 10100 0 0 11010101 1100010 1010010

Color Harmonies of #A2CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CCFE

Black with #A2CCFE

Text Example


Text Example

White with #A2CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CCFE; }

 p { color: rgb(162,204,254); }

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

background-color css

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

 a { background-color: rgb(162,204,254); }

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

border-color css

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

 span { border-color: rgb(162,204,254); }

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