Html Css Color HEX #A0C6FF Pale Cornflower Blue

📋 copy color: '#A0C6FF'

red 160 ◦ green 198 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0C6FF

Tints of Pale Cornflower Blue #A0C6FF

RGB

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

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

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

R = 26.1%
G = 32.3%
B = 41.6%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0C6FF (or 0xA0C6FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C6 and FF. RGB value is (160,198,255). Sum of RGB (Red+Green+Blue) = 160+198+255=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C6FF is #5F3900. Grayscale: #C0C0C0. Windows color (decimal): -6240513 or 16762528. OLE color: 16762528.

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

Color convert

RGB 160 198 255 -
CMYK 0.37 0.22 0 0
HSL 216º 1% 0.81% -
HSV(B) 216º 0.37% 1% -
XYZ 52.74 55.08 102.46 -
YUV 193.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 160 198 255 0.37 0.22 0 0 216 1 0.81
Hex A0 C6 FF 25 16 0 0 D8 64 51
Octal 240 306 377 45 26 0 0 330 144 121
Binary 10100000 11000110 11111111 100101 10110 0 0 11011000 1100100 1010001

Color Harmonies of #A0C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C6FF

Black with #A0C6FF

Text Example


Text Example

White with #A0C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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