Html Css Color HEX #A5CDFE Pale Cornflower Blue

📋 copy color: '#A5CDFE'

red 165 ◦ green 205 ◦ blue 254

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

Shades of Pale Cornflower Blue #A5CDFE

Tints of Pale Cornflower Blue #A5CDFE

RGB

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

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

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

R = 26.44%
G = 32.85%
B = 40.71%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5CDFE (or 0xA5CDFE) is known color: Pale Cornflower Blue. HEX triplet: A5, CD and FE. RGB value is (165,205,254). Sum of RGB (Red+Green+Blue) = 165+205+254=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDFE is #5A3201. Grayscale: #C6C6C6. Windows color (decimal): -5911042 or 16698789. OLE color: 16698789.

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

Color convert

RGB 165 205 254 -
CMYK 0.35 0.19 0 0.00
HSL 213.03º 0.98% 0.82% -
HSV(B) 213.03º 0.35% 1% -
XYZ 55.24 58.82 102.21 -
YUV 198.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 165 205 254 0.35 0.19 0 0.00 213.03 0.98 0.82
Hex A5 CD FE 23 13 0 0 D5 62 52
Octal 245 315 376 43 23 0 0 325 142 122
Binary 10100101 11001101 11111110 100011 10011 0 0 11010101 1100010 1010010

Color Harmonies of #A5CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDFE

Black with #A5CDFE

Text Example


Text Example

White with #A5CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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