Html Css Color HEX #A0C6FE Pale Cornflower Blue

📋 copy color: '#A0C6FE'

red 160 ◦ green 198 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0C6FE

Tints of Pale Cornflower Blue #A0C6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.35%

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

R = 26.14%
G = 32.35%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0C6FE (or 0xA0C6FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C6 and FE. RGB value is (160,198,254). Sum of RGB (Red+Green+Blue) = 160+198+254=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C6FE is #5F3901. Grayscale: #C0C0C0. Windows color (decimal): -6240514 or 16696992. OLE color: 16696992.

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

Color convert

RGB 160 198 254 -
CMYK 0.37 0.22 0 0.00
HSL 215.74º 0.98% 0.81% -
HSV(B) 215.74º 0.37% 1% -
XYZ 52.58 55.02 101.61 -
YUV 193.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 160 198 254 0.37 0.22 0 0.00 215.74 0.98 0.81
Hex A0 C6 FE 25 16 0 0 D8 62 51
Octal 240 306 376 45 26 0 0 330 142 121
Binary 10100000 11000110 11111110 100101 10110 0 0 11011000 1100010 1010001

Color Harmonies of #A0C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C6FE

Black with #A0C6FE

Text Example


Text Example

White with #A0C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C6FE; }

 p { color: rgb(160,198,254); }

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

background-color css

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

 a { background-color: rgb(160,198,254); }

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

border-color css

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

 span { border-color: rgb(160,198,254); }

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