Html Css Color HEX #A0C5FF Pale Cornflower Blue

📋 copy color: '#A0C5FF'

red 160 ◦ green 197 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0C5FF

Tints of Pale Cornflower Blue #A0C5FF

RGB

 RED value IS 160 (62.89% from 255) = 26.14%

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

 BLUE value IS 255 (100% from 255) = 41.67%

R = 26.14%
G = 32.19%
B = 41.67%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0C5FF (or 0xA0C5FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C5 and FF. RGB value is (160,197,255). Sum of RGB (Red+Green+Blue) = 160+197+255=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5FF is #5F3A00. Grayscale: #C0C0C0. Windows color (decimal): -6240769 or 16762272. OLE color: 16762272.

HSL color Cylindrical-coordinate representation of color #A0C5FF: hue angle of 216.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C5FF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 197 255 -
CMYK 0.37 0.23 0 0
HSL 216.63º 1% 0.81% -
HSV(B) 216.63º 0.37% 1% -
XYZ 52.51 54.63 102.38 -
YUV 192.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 160 197 255 0.37 0.23 0 0 216.63 1 0.81
Hex A0 C5 FF 25 17 0 0 D9 64 51
Octal 240 305 377 45 27 0 0 331 144 121
Binary 10100000 11000101 11111111 100101 10111 0 0 11011001 1100100 1010001

Color Harmonies of #A0C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C5FF

Black with #A0C5FF

Text Example


Text Example

White with #A0C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C5FF; }

 p { color: rgb(160,197,255); }

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

background-color css

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

 a { background-color: rgb(160,197,255); }

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

border-color css

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

 span { border-color: rgb(160,197,255); }

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