Html Css Color HEX #A1C5EF Pale Cornflower Blue

📋 copy color: '#A1C5EF'

red 161 ◦ green 197 ◦ blue 239

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

Shades of Pale Cornflower Blue #A1C5EF

Tints of Pale Cornflower Blue #A1C5EF

RGB

 RED value IS 161 (63.28% from 255) = 26.97%

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

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 26.97%
G = 33%
B = 40.03%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1C5EF (or 0xA1C5EF) is known color: Pale Cornflower Blue. HEX triplet: A1, C5 and EF. RGB value is (161,197,239). Sum of RGB (Red+Green+Blue) = 161+197+239=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5EF is #5E3A10. Grayscale: #BEBEBE. Windows color (decimal): -6175249 or 15713697. OLE color: 15713697.

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

Color convert

RGB 161 197 239 -
CMYK 0.33 0.18 0 0.06
HSL 212.31º 0.71% 0.78% -
HSV(B) 212.31º 0.33% 0.94% -
XYZ 50.24 53.74 89.39 -
YUV 191.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 161 197 239 0.33 0.18 0 0.06 212.31 0.71 0.78
Hex A1 C5 EF 21 12 0 6 D4 47 4E
Octal 241 305 357 41 22 0 6 324 107 116
Binary 10100001 11000101 11101111 100001 10010 0 110 11010100 1000111 1001110

Color Harmonies of #A1C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C5EF

Black with #A1C5EF

Text Example


Text Example

White with #A1C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C5EF; }

 p { color: rgb(161,197,239); }

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

background-color css

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

 a { background-color: rgb(161,197,239); }

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

border-color css

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

 span { border-color: rgb(161,197,239); }

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