Html Css Color HEX #A2CEFD Pale Cornflower Blue

📋 copy color: '#A2CEFD'

red 162 ◦ green 206 ◦ blue 253

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

Shades of Pale Cornflower Blue #A2CEFD

Tints of Pale Cornflower Blue #A2CEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.74%

R = 26.09%
G = 33.17%
B = 40.74%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2CEFD (or 0xA2CEFD) is known color: Pale Cornflower Blue. HEX triplet: A2, CE and FD. RGB value is (162,206,253). Sum of RGB (Red+Green+Blue) = 162+206+253=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFD is #5D3102. Grayscale: #C5C5C5. Windows color (decimal): -6107395 or 16633506. OLE color: 16633506.

HSL color Cylindrical-coordinate representation of color #A2CEFD: hue angle of 210.99º degrees, saturation: 0.96, 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 #A2CEFD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 206 253 -
CMYK 0.36 0.19 0 0.01
HSL 210.99º 0.96% 0.81% -
HSV(B) 210.99º 0.36% 0.99% -
XYZ 54.7 58.92 101.42 -
YUV 198.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 162 206 253 0.36 0.19 0 0.01 210.99 0.96 0.81
Hex A2 CE FD 24 13 0 1 D3 60 51
Octal 242 316 375 44 23 0 1 323 140 121
Binary 10100010 11001110 11111101 100100 10011 0 1 11010011 1100000 1010001

Color Harmonies of #A2CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEFD

Black with #A2CEFD

Text Example


Text Example

White with #A2CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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