Html Css Color HEX #A5D2FE Pale Cornflower Blue

📋 copy color: '#A5D2FE'

red 165 ◦ green 210 ◦ blue 254

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

Shades of Pale Cornflower Blue #A5D2FE

Tints of Pale Cornflower Blue #A5D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.39%

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

R = 26.23%
G = 33.39%
B = 40.38%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5D2FE (or 0xA5D2FE) is known color: Pale Cornflower Blue. HEX triplet: A5, D2 and FE. RGB value is (165,210,254). Sum of RGB (Red+Green+Blue) = 165+210+254=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D2FE is #5A2D01. Grayscale: #C9C9C9. Windows color (decimal): -5909762 or 16700069. OLE color: 16700069.

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

Color convert

RGB 165 210 254 -
CMYK 0.35 0.17 0 0.00
HSL 209.66º 0.98% 0.82% -
HSV(B) 209.66º 0.35% 1% -
XYZ 56.45 61.25 102.61 -
YUV 201.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 165 210 254 0.35 0.17 0 0.00 209.66 0.98 0.82
Hex A5 D2 FE 23 11 0 0 D2 62 52
Octal 245 322 376 43 21 0 0 322 142 122
Binary 10100101 11010010 11111110 100011 10001 0 0 11010010 1100010 1010010

Color Harmonies of #A5D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2FE

Black with #A5D2FE

Text Example


Text Example

White with #A5D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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