Html Css Color HEX #A5CDE2 French Pass

📋 copy color: '#A5CDE2'

red 165 ◦ green 205 ◦ blue 226

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

Shades of French Pass #A5CDE2

Tints of French Pass #A5CDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.92%

R = 27.68%
G = 34.4%
B = 37.92%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A5CDE2 (or 0xA5CDE2) is known color: French Pass. HEX triplet: A5, CD and E2. RGB value is (165,205,226). Sum of RGB (Red+Green+Blue) = 165+205+226=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 226 - color contains mainly: blue. Hex color #A5CDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDE2 is #5A321D. Grayscale: #C3C3C3. Windows color (decimal): -5911070 or 14863781. OLE color: 14863781.

HSL color Cylindrical-coordinate representation of color #A5CDE2: hue angle of 200.66º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5CDE2 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 205 226 -
CMYK 0.27 0.09 0 0.11
HSL 200.66º 0.51% 0.77% -
HSV(B) 200.66º 0.27% 0.89% -
XYZ 51.08 57.15 80.29 -
YUV 195.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 165 205 226 0.27 0.09 0 0.11 200.66 0.51 0.77
Hex A5 CD E2 1B 9 0 B C9 33 4D
Octal 245 315 342 33 11 0 13 311 63 115
Binary 10100101 11001101 11100010 11011 1001 0 1011 11001001 110011 1001101

Color Harmonies of #A5CDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDE2

Black with #A5CDE2

Text Example


Text Example

White with #A5CDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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