Html Css Color HEX #A0C8FE Pale Cornflower Blue

📋 copy color: '#A0C8FE'

red 160 ◦ green 200 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0C8FE

Tints of Pale Cornflower Blue #A0C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.57%

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

R = 26.06%
G = 32.57%
B = 41.37%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0C8FE (or 0xA0C8FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C8 and FE. RGB value is (160,200,254). Sum of RGB (Red+Green+Blue) = 160+200+254=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8FE is #5F3701. Grayscale: #C1C1C1. Windows color (decimal): -6240002 or 16697504. OLE color: 16697504.

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

Color convert

RGB 160 200 254 -
CMYK 0.37 0.21 0 0.00
HSL 214.47º 0.98% 0.81% -
HSV(B) 214.47º 0.37% 1% -
XYZ 53.04 55.94 101.77 -
YUV 194.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 160 200 254 0.37 0.21 0 0.00 214.47 0.98 0.81
Hex A0 C8 FE 25 15 0 0 D6 62 51
Octal 240 310 376 45 25 0 0 326 142 121
Binary 10100000 11001000 11111110 100101 10101 0 0 11010110 1100010 1010001

Color Harmonies of #A0C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C8FE

Black with #A0C8FE

Text Example


Text Example

White with #A0C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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