Html Css Color HEX #A4CAF4 Pale Cornflower Blue

📋 copy color: '#A4CAF4'

red 164 ◦ green 202 ◦ blue 244

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

Shades of Pale Cornflower Blue #A4CAF4

Tints of Pale Cornflower Blue #A4CAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40%

R = 26.89%
G = 33.11%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A4CAF4 (or 0xA4CAF4) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and F4. RGB value is (164,202,244). Sum of RGB (Red+Green+Blue) = 164+202+244=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 244 - color contains mainly: blue. Hex color #A4CAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAF4 is #5B350B. Grayscale: #C3C3C3. Windows color (decimal): -5977356 or 16042660. OLE color: 16042660.

HSL color Cylindrical-coordinate representation of color #A4CAF4: hue angle of 211.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CAF4 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 202 244 -
CMYK 0.33 0.17 0 0.04
HSL 211.5º 0.78% 0.8% -
HSV(B) 211.5º 0.33% 0.96% -
XYZ 52.76 56.67 93.74 -
YUV 195.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 164 202 244 0.33 0.17 0 0.04 211.5 0.78 0.8
Hex A4 CA F4 21 11 0 4 D4 4E 50
Octal 244 312 364 41 21 0 4 324 116 120
Binary 10100100 11001010 11110100 100001 10001 0 100 11010100 1001110 1010000

Color Harmonies of #A4CAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CAF4

Black with #A4CAF4

Text Example


Text Example

White with #A4CAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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