Html Css Color HEX #A0C7FD Pale Cornflower Blue

📋 copy color: '#A0C7FD'

red 160 ◦ green 199 ◦ blue 253

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

Shades of Pale Cornflower Blue #A0C7FD

Tints of Pale Cornflower Blue #A0C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.52%

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 26.14%
G = 32.52%
B = 41.34%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0C7FD (or 0xA0C7FD) is known color: Pale Cornflower Blue. HEX triplet: A0, C7 and FD. RGB value is (160,199,253). Sum of RGB (Red+Green+Blue) = 160+199+253=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0C7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C7FD is #5F3802. Grayscale: #C1C1C1. Windows color (decimal): -6240259 or 16631712. OLE color: 16631712.

HSL color Cylindrical-coordinate representation of color #A0C7FD: hue angle of 214.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C7FD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 199 253 -
CMYK 0.37 0.21 0 0.01
HSL 214.84º 0.96% 0.81% -
HSV(B) 214.84º 0.37% 0.99% -
XYZ 52.65 55.41 100.85 -
YUV 193.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 160 199 253 0.37 0.21 0 0.01 214.84 0.96 0.81
Hex A0 C7 FD 25 15 0 1 D7 60 51
Octal 240 307 375 45 25 0 1 327 140 121
Binary 10100000 11000111 11111101 100101 10101 0 1 11010111 1100000 1010001

Color Harmonies of #A0C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C7FD

Black with #A0C7FD

Text Example


Text Example

White with #A0C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C7FD; }

 p { color: rgb(160,199,253); }

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

background-color css

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

 a { background-color: rgb(160,199,253); }

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

border-color css

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

 span { border-color: rgb(160,199,253); }

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