Html Css Color HEX #A5C9F0 Pale Cornflower Blue

📋 copy color: '#A5C9F0'

red 165 ◦ green 201 ◦ blue 240

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

Shades of Pale Cornflower Blue #A5C9F0

Tints of Pale Cornflower Blue #A5C9F0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.17%

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 27.23%
G = 33.17%
B = 39.6%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5C9F0 (or 0xA5C9F0) is known color: Pale Cornflower Blue. HEX triplet: A5, C9 and F0. RGB value is (165,201,240). Sum of RGB (Red+Green+Blue) = 165+201+240=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5C9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9F0 is #5A360F. Grayscale: #C2C2C2. Windows color (decimal): -5912080 or 15780261. OLE color: 15780261.

HSL color Cylindrical-coordinate representation of color #A5C9F0: hue angle of 211.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C9F0 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 201 240 -
CMYK 0.31 0.16 0 0.06
HSL 211.2º 0.71% 0.79% -
HSV(B) 211.2º 0.31% 0.94% -
XYZ 52.13 56.06 90.51 -
YUV 194.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 165 201 240 0.31 0.16 0 0.06 211.2 0.71 0.79
Hex A5 C9 F0 1F 10 0 6 D3 47 4F
Octal 245 311 360 37 20 0 6 323 107 117
Binary 10100101 11001001 11110000 11111 10000 0 110 11010011 1000111 1001111

Color Harmonies of #A5C9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C9F0

Black with #A5C9F0

Text Example


Text Example

White with #A5C9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C9F0; }

 p { color: rgb(165,201,240); }

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

background-color css

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

 a { background-color: rgb(165,201,240); }

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

border-color css

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

 span { border-color: rgb(165,201,240); }

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