Html Css Color HEX #A5C5FE Pale Cornflower Blue

📋 copy color: '#A5C5FE'

red 165 ◦ green 197 ◦ blue 254

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

Shades of Pale Cornflower Blue #A5C5FE

Tints of Pale Cornflower Blue #A5C5FE

RGB

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

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

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

R = 26.79%
G = 31.98%
B = 41.23%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5C5FE (or 0xA5C5FE) is known color: Pale Cornflower Blue. HEX triplet: A5, C5 and FE. RGB value is (165,197,254). Sum of RGB (Red+Green+Blue) = 165+197+254=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5FE is #5A3A01. Grayscale: #C1C1C1. Windows color (decimal): -5913090 or 16696741. OLE color: 16696741.

HSL color Cylindrical-coordinate representation of color #A5C5FE: hue angle of 218.43º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C5FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 197 254 -
CMYK 0.35 0.22 0 0.00
HSL 218.43º 0.98% 0.82% -
HSV(B) 218.43º 0.35% 1% -
XYZ 53.37 55.09 101.59 -
YUV 193.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 165 197 254 0.35 0.22 0 0.00 218.43 0.98 0.82
Hex A5 C5 FE 23 16 0 0 DA 62 52
Octal 245 305 376 43 26 0 0 332 142 122
Binary 10100101 11000101 11111110 100011 10110 0 0 11011010 1100010 1010010

Color Harmonies of #A5C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5FE

Black with #A5C5FE

Text Example


Text Example

White with #A5C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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