Html Css Color HEX #A5CCDF French Pass

📋 copy color: '#A5CCDF'

red 165 ◦ green 204 ◦ blue 223

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

Shades of French Pass #A5CCDF

Tints of French Pass #A5CCDF

RGB

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

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

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

R = 27.87%
G = 34.46%
B = 37.67%

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

#A5CCDF (or 0xA5CCDF) is known color: French Pass. HEX triplet: A5, CC and DF. RGB value is (165,204,223). Sum of RGB (Red+Green+Blue) = 165+204+223=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDF is #5A3320. Grayscale: #C2C2C2. Windows color (decimal): -5911329 or 14666917. OLE color: 14666917.

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

Color convert

RGB 165 204 223 -
CMYK 0.26 0.09 0 0.13
HSL 199.66º 0.48% 0.76% -
HSV(B) 199.66º 0.26% 0.87% -
XYZ 50.43 56.51 78.06 -
YUV 194.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 165 204 223 0.26 0.09 0 0.13 199.66 0.48 0.76
Hex A5 CC DF 1A 9 0 D C8 30 4C
Octal 245 314 337 32 11 0 15 310 60 114
Binary 10100101 11001100 11011111 11010 1001 0 1101 11001000 110000 1001100

Color Harmonies of #A5CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCDF

Black with #A5CCDF

Text Example


Text Example

White with #A5CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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