Html Css Color HEX #A5C6FF Pale Cornflower Blue

📋 copy color: '#A5C6FF'

red 165 ◦ green 198 ◦ blue 255

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

Shades of Pale Cornflower Blue #A5C6FF

Tints of Pale Cornflower Blue #A5C6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.04%

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

R = 26.7%
G = 32.04%
B = 41.26%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5C6FF (or 0xA5C6FF) is known color: Pale Cornflower Blue. HEX triplet: A5, C6 and FF. RGB value is (165,198,255). Sum of RGB (Red+Green+Blue) = 165+198+255=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6FF is #5A3900. Grayscale: #C2C2C2. Windows color (decimal): -5912833 or 16762533. OLE color: 16762533.

HSL color Cylindrical-coordinate representation of color #A5C6FF: hue angle of 218º 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 #A5C6FF is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 198 255 -
CMYK 0.35 0.22 0 0
HSL 218º 1% 0.82% -
HSV(B) 218º 0.35% 1% -
XYZ 53.76 55.61 102.51 -
YUV 194.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 165 198 255 0.35 0.22 0 0 218 1 0.82
Hex A5 C6 FF 23 16 0 0 DA 64 52
Octal 245 306 377 43 26 0 0 332 144 122
Binary 10100101 11000110 11111111 100011 10110 0 0 11011010 1100100 1010010

Color Harmonies of #A5C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C6FF

Black with #A5C6FF

Text Example


Text Example

White with #A5C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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