Html Css Color HEX #A2CEFC Pale Cornflower Blue

📋 copy color: '#A2CEFC'

red 162 ◦ green 206 ◦ blue 252

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

Shades of Pale Cornflower Blue #A2CEFC

Tints of Pale Cornflower Blue #A2CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.23%

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 26.13%
G = 33.23%
B = 40.65%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2CEFC (or 0xA2CEFC) is known color: Pale Cornflower Blue. HEX triplet: A2, CE and FC. RGB value is (162,206,252). Sum of RGB (Red+Green+Blue) = 162+206+252=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2CEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFC is #5D3103. Grayscale: #C5C5C5. Windows color (decimal): -6107396 or 16567970. OLE color: 16567970.

HSL color Cylindrical-coordinate representation of color #A2CEFC: hue angle of 210.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2CEFC is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 206 252 -
CMYK 0.36 0.18 0 0.01
HSL 210.67º 0.94% 0.81% -
HSV(B) 210.67º 0.36% 0.99% -
XYZ 54.54 58.85 100.58 -
YUV 198.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 162 206 252 0.36 0.18 0 0.01 210.67 0.94 0.81
Hex A2 CE FC 24 12 0 1 D3 5E 51
Octal 242 316 374 44 22 0 1 323 136 121
Binary 10100010 11001110 11111100 100100 10010 0 1 11010011 1011110 1010001

Color Harmonies of #A2CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEFC

Black with #A2CEFC

Text Example


Text Example

White with #A2CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEFC; }

 p { color: rgb(162,206,252); }

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

background-color css

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

 a { background-color: rgb(162,206,252); }

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

border-color css

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

 span { border-color: rgb(162,206,252); }

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