Html Css Color HEX #A5CDF4 Pale Cornflower Blue

📋 copy color: '#A5CDF4'

red 165 ◦ green 205 ◦ blue 244

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

Shades of Pale Cornflower Blue #A5CDF4

Tints of Pale Cornflower Blue #A5CDF4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.39%

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

R = 26.87%
G = 33.39%
B = 39.74%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A5CDF4 (or 0xA5CDF4) is known color: Pale Cornflower Blue. HEX triplet: A5, CD and F4. RGB value is (165,205,244). Sum of RGB (Red+Green+Blue) = 165+205+244=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #A5CDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDF4 is #5A320B. Grayscale: #C5C5C5. Windows color (decimal): -5911052 or 16043429. OLE color: 16043429.

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

Color convert

RGB 165 205 244 -
CMYK 0.32 0.16 0 0.04
HSL 209.62º 0.78% 0.8% -
HSV(B) 209.62º 0.32% 0.96% -
XYZ 53.68 58.19 93.99 -
YUV 197.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 165 205 244 0.32 0.16 0 0.04 209.62 0.78 0.8
Hex A5 CD F4 20 10 0 4 D2 4E 50
Octal 245 315 364 40 20 0 4 322 116 120
Binary 10100101 11001101 11110100 100000 10000 0 100 11010010 1001110 1010000

Color Harmonies of #A5CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDF4

Black with #A5CDF4

Text Example


Text Example

White with #A5CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDF4; }

 p { color: rgb(165,205,244); }

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

background-color css

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

 a { background-color: rgb(165,205,244); }

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

border-color css

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

 span { border-color: rgb(165,205,244); }

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