Html Css Color HEX #A5C5F6 Pale Cornflower Blue

📋 copy color: '#A5C5F6'

red 165 ◦ green 197 ◦ blue 246

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

Shades of Pale Cornflower Blue #A5C5F6

Tints of Pale Cornflower Blue #A5C5F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.46%

R = 27.14%
G = 32.4%
B = 40.46%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A5C5F6 (or 0xA5C5F6) is known color: Pale Cornflower Blue. HEX triplet: A5, C5 and F6. RGB value is (165,197,246). Sum of RGB (Red+Green+Blue) = 165+197+246=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5C5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5F6 is #5A3A09. Grayscale: #C0C0C0. Windows color (decimal): -5913098 or 16172453. OLE color: 16172453.

HSL color Cylindrical-coordinate representation of color #A5C5F6: hue angle of 216.3º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C5F6 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 197 246 -
CMYK 0.33 0.20 0 0.04
HSL 216.3º 0.82% 0.81% -
HSV(B) 216.3º 0.33% 0.96% -
XYZ 52.12 54.59 94.98 -
YUV 193.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 165 197 246 0.33 0.20 0 0.04 216.3 0.82 0.81
Hex A5 C5 F6 21 14 0 4 D8 52 51
Octal 245 305 366 41 24 0 4 330 122 121
Binary 10100101 11000101 11110110 100001 10100 0 100 11011000 1010010 1010001

Color Harmonies of #A5C5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5F6

Black with #A5C5F6

Text Example


Text Example

White with #A5C5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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