Html Css Color HEX #A5CCDD French Pass

📋 copy color: '#A5CCDD'

red 165 ◦ green 204 ◦ blue 221

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

Shades of French Pass #A5CCDD

Tints of French Pass #A5CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 27.97%
G = 34.58%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5CCDD (or 0xA5CCDD) is known color: French Pass. HEX triplet: A5, CC and DD. RGB value is (165,204,221). Sum of RGB (Red+Green+Blue) = 165+204+221=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDD is #5A3322. Grayscale: #C2C2C2. Windows color (decimal): -5911331 or 14535845. OLE color: 14535845.

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

Color convert

RGB 165 204 221 -
CMYK 0.25 0.08 0 0.13
HSL 198.21º 0.45% 0.76% -
HSV(B) 198.21º 0.25% 0.87% -
XYZ 50.16 56.41 76.65 -
YUV 194.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 165 204 221 0.25 0.08 0 0.13 198.21 0.45 0.76
Hex A5 CC DD 19 8 0 D C6 2D 4C
Octal 245 314 335 31 10 0 15 306 55 114
Binary 10100101 11001100 11011101 11001 1000 0 1101 11000110 101101 1001100

Color Harmonies of #A5CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCDD

Black with #A5CCDD

Text Example


Text Example

White with #A5CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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