Html Css Color HEX #A5C4FF Pale Cornflower Blue

📋 copy color: '#A5C4FF'

red 165 ◦ green 196 ◦ blue 255

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

Shades of Pale Cornflower Blue #A5C4FF

Tints of Pale Cornflower Blue #A5C4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.82%

 BLUE value IS 255 (100% from 255) = 41.4%

R = 26.79%
G = 31.82%
B = 41.4%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5C4FF (or 0xA5C4FF) is known color: Pale Cornflower Blue. HEX triplet: A5, C4 and FF. RGB value is (165,196,255). Sum of RGB (Red+Green+Blue) = 165+196+255=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4FF is #5A3B00. Grayscale: #C1C1C1. Windows color (decimal): -5913345 or 16762021. OLE color: 16762021.

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

Color convert

RGB 165 196 255 -
CMYK 0.35 0.23 0 0
HSL 219.33º 1% 0.82% -
HSV(B) 219.33º 0.35% 1% -
XYZ 53.31 54.7 102.36 -
YUV 193.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 165 196 255 0.35 0.23 0 0 219.33 1 0.82
Hex A5 C4 FF 23 17 0 0 DB 64 52
Octal 245 304 377 43 27 0 0 333 144 122
Binary 10100101 11000100 11111111 100011 10111 0 0 11011011 1100100 1010010

Color Harmonies of #A5C4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4FF

Black with #A5C4FF

Text Example


Text Example

White with #A5C4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4FF; }

 p { color: rgb(165,196,255); }

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

background-color css

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

 a { background-color: rgb(165,196,255); }

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

border-color css

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

 span { border-color: rgb(165,196,255); }

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