Html Css Color HEX #A0C0FE Pale Cornflower Blue

📋 copy color: '#A0C0FE'

red 160 ◦ green 192 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0C0FE

Tints of Pale Cornflower Blue #A0C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.68%

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

R = 26.4%
G = 31.68%
B = 41.91%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0C0FE (or 0xA0C0FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C0 and FE. RGB value is (160,192,254). Sum of RGB (Red+Green+Blue) = 160+192+254=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0FE is #5F3F01. Grayscale: #BDBDBD. Windows color (decimal): -6242050 or 16695456. OLE color: 16695456.

HSL color Cylindrical-coordinate representation of color #A0C0FE: hue angle of 219.57º 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 #A0C0FE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 192 254 -
CMYK 0.37 0.24 0 0.00
HSL 219.57º 0.98% 0.81% -
HSV(B) 219.57º 0.37% 1% -
XYZ 51.24 52.33 101.17 -
YUV 189.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 160 192 254 0.37 0.24 0 0.00 219.57 0.98 0.81
Hex A0 C0 FE 25 18 0 0 DC 62 51
Octal 240 300 376 45 30 0 0 334 142 121
Binary 10100000 11000000 11111110 100101 11000 0 0 11011100 1100010 1010001

Color Harmonies of #A0C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C0FE

Black with #A0C0FE

Text Example


Text Example

White with #A0C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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