Html Css Color HEX #A4CAFF Pale Cornflower Blue

📋 copy color: '#A4CAFF'

red 164 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #A4CAFF

Tints of Pale Cornflower Blue #A4CAFF

RGB

 RED value IS 164 (64.45% from 255) = 26.41%

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

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

R = 26.41%
G = 32.53%
B = 41.06%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4CAFF (or 0xA4CAFF) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and FF. RGB value is (164,202,255). Sum of RGB (Red+Green+Blue) = 164+202+255=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFF is #5B3500. Grayscale: #C4C4C4. Windows color (decimal): -5977345 or 16763556. OLE color: 16763556.

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

Color convert

RGB 164 202 255 -
CMYK 0.36 0.21 0 0
HSL 214.95º 1% 0.82% -
HSV(B) 214.95º 0.36% 1% -
XYZ 54.48 57.35 102.81 -
YUV 196.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 164 202 255 0.36 0.21 0 0 214.95 1 0.82
Hex A4 CA FF 24 15 0 0 D7 64 52
Octal 244 312 377 44 25 0 0 327 144 122
Binary 10100100 11001010 11111111 100100 10101 0 0 11010111 1100100 1010010

Color Harmonies of #A4CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CAFF

Black with #A4CAFF

Text Example


Text Example

White with #A4CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CAFF; }

 p { color: rgb(164,202,255); }

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

background-color css

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

 a { background-color: rgb(164,202,255); }

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

border-color css

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

 span { border-color: rgb(164,202,255); }

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