Html Css Color HEX #A5CCDE French Pass

📋 copy color: '#A5CCDE'

red 165 ◦ green 204 ◦ blue 222

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

Shades of French Pass #A5CCDE

Tints of French Pass #A5CCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 27.92%
G = 34.52%
B = 37.56%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5CCDE (or 0xA5CCDE) is known color: French Pass. HEX triplet: A5, CC and DE. RGB value is (165,204,222). Sum of RGB (Red+Green+Blue) = 165+204+222=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDE is #5A3321. Grayscale: #C2C2C2. Windows color (decimal): -5911330 or 14601381. OLE color: 14601381.

HSL color Cylindrical-coordinate representation of color #A5CCDE: hue angle of 198.95º degrees, saturation: 0.46, 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 #A5CCDE is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 204 222 -
CMYK 0.26 0.08 0 0.13
HSL 198.95º 0.46% 0.76% -
HSV(B) 198.95º 0.26% 0.87% -
XYZ 50.29 56.46 77.35 -
YUV 194.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 165 204 222 0.26 0.08 0 0.13 198.95 0.46 0.76
Hex A5 CC DE 1A 8 0 D C7 2E 4C
Octal 245 314 336 32 10 0 15 307 56 114
Binary 10100101 11001100 11011110 11010 1000 0 1101 11000111 101110 1001100

Color Harmonies of #A5CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCDE

Black with #A5CCDE

Text Example


Text Example

White with #A5CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCDE; }

 p { color: rgb(165,204,222); }

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

background-color css

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

 a { background-color: rgb(165,204,222); }

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

border-color css

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

 span { border-color: rgb(165,204,222); }

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