Html Css Color HEX #A5CDFF Pale Cornflower Blue

📋 copy color: '#A5CDFF'

red 165 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #A5CDFF

Tints of Pale Cornflower Blue #A5CDFF

RGB

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

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

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

R = 26.4%
G = 32.8%
B = 40.8%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A5CDFF (or 0xA5CDFF) is known color: Pale Cornflower Blue. HEX triplet: A5, CD and FF. RGB value is (165,205,255). Sum of RGB (Red+Green+Blue) = 165+205+255=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDFF is #5A3200. Grayscale: #C6C6C6. Windows color (decimal): -5911041 or 16764325. OLE color: 16764325.

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

Color convert

RGB 165 205 255 -
CMYK 0.35 0.20 0 0
HSL 213.33º 1% 0.82% -
HSV(B) 213.33º 0.35% 1% -
XYZ 55.4 58.88 103.05 -
YUV 198.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 165 205 255 0.35 0.20 0 0 213.33 1 0.82
Hex A5 CD FF 23 14 0 0 D5 64 52
Octal 245 315 377 43 24 0 0 325 144 122
Binary 10100101 11001101 11111111 100011 10100 0 0 11010101 1100100 1010010

Color Harmonies of #A5CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDFF

Black with #A5CDFF

Text Example


Text Example

White with #A5CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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