Html Css Color HEX #A0C0FF Pale Cornflower Blue

📋 copy color: '#A0C0FF'

red 160 ◦ green 192 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0C0FF

Tints of Pale Cornflower Blue #A0C0FF

RGB

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

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

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

R = 26.36%
G = 31.63%
B = 42.01%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0C0FF (or 0xA0C0FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C0 and FF. RGB value is (160,192,255). Sum of RGB (Red+Green+Blue) = 160+192+255=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0FF is #5F3F00. Grayscale: #BDBDBD. Windows color (decimal): -6242049 or 16760992. OLE color: 16760992.

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

Color convert

RGB 160 192 255 -
CMYK 0.37 0.25 0 0
HSL 219.79º 1% 0.81% -
HSV(B) 219.79º 0.37% 1% -
XYZ 51.4 52.39 102.01 -
YUV 189.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 160 192 255 0.37 0.25 0 0 219.79 1 0.81
Hex A0 C0 FF 25 19 0 0 DC 64 51
Octal 240 300 377 45 31 0 0 334 144 121
Binary 10100000 11000000 11111111 100101 11001 0 0 11011100 1100100 1010001

Color Harmonies of #A0C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C0FF

Black with #A0C0FF

Text Example


Text Example

White with #A0C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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