Html Css Color HEX #A5CAFD Pale Cornflower Blue

📋 copy color: '#A5CAFD'

red 165 ◦ green 202 ◦ blue 253

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

Shades of Pale Cornflower Blue #A5CAFD

Tints of Pale Cornflower Blue #A5CAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 26.61%
G = 32.58%
B = 40.81%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5CAFD (or 0xA5CAFD) is known color: Pale Cornflower Blue. HEX triplet: A5, CA and FD. RGB value is (165,202,253). Sum of RGB (Red+Green+Blue) = 165+202+253=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAFD is #5A3502. Grayscale: #C4C4C4. Windows color (decimal): -5911811 or 16632485. OLE color: 16632485.

HSL color Cylindrical-coordinate representation of color #A5CAFD: hue angle of 214.77º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5CAFD is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 202 253 -
CMYK 0.35 0.20 0 0.01
HSL 214.77º 0.96% 0.82% -
HSV(B) 214.77º 0.35% 0.99% -
XYZ 54.37 57.33 101.13 -
YUV 196.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 165 202 253 0.35 0.20 0 0.01 214.77 0.96 0.82
Hex A5 CA FD 23 14 0 1 D7 60 52
Octal 245 312 375 43 24 0 1 327 140 122
Binary 10100101 11001010 11111101 100011 10100 0 1 11010111 1100000 1010010

Color Harmonies of #A5CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CAFD

Black with #A5CAFD

Text Example


Text Example

White with #A5CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CAFD; }

 p { color: rgb(165,202,253); }

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

background-color css

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

 a { background-color: rgb(165,202,253); }

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

border-color css

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

 span { border-color: rgb(165,202,253); }

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