Html Css Color HEX #A0C7F1 Pale Cornflower Blue

📋 copy color: '#A0C7F1'

red 160 ◦ green 199 ◦ blue 241

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

Shades of Pale Cornflower Blue #A0C7F1

Tints of Pale Cornflower Blue #A0C7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.17%

R = 26.67%
G = 33.17%
B = 40.17%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0C7F1 (or 0xA0C7F1) is known color: Pale Cornflower Blue. HEX triplet: A0, C7 and F1. RGB value is (160,199,241). Sum of RGB (Red+Green+Blue) = 160+199+241=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0C7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C7F1 is #5F380E. Grayscale: #BFBFBF. Windows color (decimal): -6240271 or 15845280. OLE color: 15845280.

HSL color Cylindrical-coordinate representation of color #A0C7F1: hue angle of 211.11º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0C7F1 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 199 241 -
CMYK 0.34 0.17 0 0.05
HSL 211.11º 0.74% 0.79% -
HSV(B) 211.11º 0.34% 0.95% -
XYZ 50.8 54.67 91.09 -
YUV 192.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 160 199 241 0.34 0.17 0 0.05 211.11 0.74 0.79
Hex A0 C7 F1 22 11 0 5 D3 4A 4F
Octal 240 307 361 42 21 0 5 323 112 117
Binary 10100000 11000111 11110001 100010 10001 0 101 11010011 1001010 1001111

Color Harmonies of #A0C7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C7F1

Black with #A0C7F1

Text Example


Text Example

White with #A0C7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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