Html Css Color HEX #A3C5EF Pale Cornflower Blue

📋 copy color: '#A3C5EF'

red 163 ◦ green 197 ◦ blue 239

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

Shades of Pale Cornflower Blue #A3C5EF

Tints of Pale Cornflower Blue #A3C5EF

RGB

 RED value IS 163 (64.06% from 255) = 27.21%

 GREEN value IS 197 (77.34% from 255) = 32.89%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 27.21%
G = 32.89%
B = 39.9%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A3C5EF (or 0xA3C5EF) is known color: Pale Cornflower Blue. HEX triplet: A3, C5 and EF. RGB value is (163,197,239). Sum of RGB (Red+Green+Blue) = 163+197+239=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #A3C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C5EF is #5C3A10. Grayscale: #BFBFBF. Windows color (decimal): -6044177 or 15713699. OLE color: 15713699.

HSL color Cylindrical-coordinate representation of color #A3C5EF: hue angle of 213.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C5EF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 197 239 -
CMYK 0.32 0.18 0 0.06
HSL 213.16º 0.7% 0.79% -
HSV(B) 213.16º 0.32% 0.94% -
XYZ 50.65 53.95 89.41 -
YUV 191.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 163 197 239 0.32 0.18 0 0.06 213.16 0.7 0.79
Hex A3 C5 EF 20 12 0 6 D5 46 4F
Octal 243 305 357 40 22 0 6 325 106 117
Binary 10100011 11000101 11101111 100000 10010 0 110 11010101 1000110 1001111

Color Harmonies of #A3C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C5EF

Black with #A3C5EF

Text Example


Text Example

White with #A3C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C5EF; }

 p { color: rgb(163,197,239); }

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

background-color css

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

 a { background-color: rgb(163,197,239); }

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

border-color css

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

 span { border-color: rgb(163,197,239); }

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