Html Css Color HEX #A5CAFE Pale Cornflower Blue

📋 copy color: '#A5CAFE'

red 165 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #A5CAFE

Tints of Pale Cornflower Blue #A5CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.53%

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 26.57%
G = 32.53%
B = 40.9%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5CAFE (or 0xA5CAFE) is known color: Pale Cornflower Blue. HEX triplet: A5, CA and FE. RGB value is (165,202,254). Sum of RGB (Red+Green+Blue) = 165+202+254=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAFE is #5A3501. Grayscale: #C4C4C4. Windows color (decimal): -5911810 or 16698021. OLE color: 16698021.

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

Color convert

RGB 165 202 254 -
CMYK 0.35 0.20 0 0.00
HSL 215.06º 0.98% 0.82% -
HSV(B) 215.06º 0.35% 1% -
XYZ 54.53 57.4 101.97 -
YUV 196.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 165 202 254 0.35 0.20 0 0.00 215.06 0.98 0.82
Hex A5 CA FE 23 14 0 0 D7 62 52
Octal 245 312 376 43 24 0 0 327 142 122
Binary 10100101 11001010 11111110 100011 10100 0 0 11010111 1100010 1010010

Color Harmonies of #A5CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAFE

Black with #A5CAFE

Text Example


Text Example

White with #A5CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAFE; }

 p { color: rgb(165,202,254); }

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

background-color css

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

 a { background-color: rgb(165,202,254); }

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

border-color css

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

 span { border-color: rgb(165,202,254); }

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