Html Css Color HEX #A5CADF French Pass

📋 copy color: '#A5CADF'

red 165 ◦ green 202 ◦ blue 223

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

Shades of French Pass #A5CADF

Tints of French Pass #A5CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 27.97%
G = 34.24%
B = 37.8%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5CADF (or 0xA5CADF) is known color: French Pass. HEX triplet: A5, CA and DF. RGB value is (165,202,223). Sum of RGB (Red+Green+Blue) = 165+202+223=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CADF is #5A3520. Grayscale: #C1C1C1. Windows color (decimal): -5911841 or 14666405. OLE color: 14666405.

HSL color Cylindrical-coordinate representation of color #A5CADF: hue angle of 201.72º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5CADF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 202 223 -
CMYK 0.26 0.09 0 0.13
HSL 201.72º 0.48% 0.76% -
HSV(B) 201.72º 0.26% 0.87% -
XYZ 49.96 55.57 77.9 -
YUV 193.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 165 202 223 0.26 0.09 0 0.13 201.72 0.48 0.76
Hex A5 CA DF 1A 9 0 D CA 30 4C
Octal 245 312 337 32 11 0 15 312 60 114
Binary 10100101 11001010 11011111 11010 1001 0 1101 11001010 110000 1001100

Color Harmonies of #A5CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CADF

Black with #A5CADF

Text Example


Text Example

White with #A5CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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