Html Css Color HEX #A0C3FF Pale Cornflower Blue

📋 copy color: '#A0C3FF'

red 160 ◦ green 195 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0C3FF

Tints of Pale Cornflower Blue #A0C3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.97%

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

R = 26.23%
G = 31.97%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0C3FF (or 0xA0C3FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C3 and FF. RGB value is (160,195,255). Sum of RGB (Red+Green+Blue) = 160+195+255=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C3FF is #5F3C00. Grayscale: #BFBFBF. Windows color (decimal): -6241281 or 16761760. OLE color: 16761760.

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

Color convert

RGB 160 195 255 -
CMYK 0.37 0.24 0 0
HSL 217.89º 1% 0.81% -
HSV(B) 217.89º 0.37% 1% -
XYZ 52.06 53.72 102.23 -
YUV 191.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 160 195 255 0.37 0.24 0 0 217.89 1 0.81
Hex A0 C3 FF 25 18 0 0 DA 64 51
Octal 240 303 377 45 30 0 0 332 144 121
Binary 10100000 11000011 11111111 100101 11000 0 0 11011010 1100100 1010001

Color Harmonies of #A0C3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C3FF

Black with #A0C3FF

Text Example


Text Example

White with #A0C3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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