Html Css Color HEX #A5C5FA Pale Cornflower Blue

📋 copy color: '#A5C5FA'

red 165 ◦ green 197 ◦ blue 250

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

Shades of Pale Cornflower Blue #A5C5FA

Tints of Pale Cornflower Blue #A5C5FA

RGB

 RED value IS 165 (64.84% from 255) = 26.96%

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 26.96%
G = 32.19%
B = 40.85%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5C5FA (or 0xA5C5FA) is known color: Pale Cornflower Blue. HEX triplet: A5, C5 and FA. RGB value is (165,197,250). Sum of RGB (Red+Green+Blue) = 165+197+250=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5FA is #5A3A05. Grayscale: #C1C1C1. Windows color (decimal): -5913094 or 16434597. OLE color: 16434597.

HSL color Cylindrical-coordinate representation of color #A5C5FA: hue angle of 217.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C5FA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 197 250 -
CMYK 0.34 0.21 0 0.02
HSL 217.41º 0.89% 0.81% -
HSV(B) 217.41º 0.34% 0.98% -
XYZ 52.74 54.83 98.25 -
YUV 193.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 165 197 250 0.34 0.21 0 0.02 217.41 0.89 0.81
Hex A5 C5 FA 22 15 0 2 D9 59 51
Octal 245 305 372 42 25 0 2 331 131 121
Binary 10100101 11000101 11111010 100010 10101 0 10 11011001 1011001 1010001

Color Harmonies of #A5C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5FA

Black with #A5C5FA

Text Example


Text Example

White with #A5C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5FA; }

 p { color: rgb(165,197,250); }

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

background-color css

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

 a { background-color: rgb(165,197,250); }

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

border-color css

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

 span { border-color: rgb(165,197,250); }

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