Html Css Color HEX #A5CCDC French Pass

📋 copy color: '#A5CCDC'

red 165 ◦ green 204 ◦ blue 220

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

Shades of French Pass #A5CCDC

Tints of French Pass #A5CCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 28.01%
G = 34.63%
B = 37.35%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5CCDC (or 0xA5CCDC) is known color: French Pass. HEX triplet: A5, CC and DC. RGB value is (165,204,220). Sum of RGB (Red+Green+Blue) = 165+204+220=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDC is #5A3323. Grayscale: #C2C2C2. Windows color (decimal): -5911332 or 14470309. OLE color: 14470309.

HSL color Cylindrical-coordinate representation of color #A5CCDC: hue angle of 197.45º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CCDC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 204 220 -
CMYK 0.25 0.07 0 0.14
HSL 197.45º 0.44% 0.75% -
HSV(B) 197.45º 0.25% 0.86% -
XYZ 50.03 56.35 75.95 -
YUV 194.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 165 204 220 0.25 0.07 0 0.14 197.45 0.44 0.75
Hex A5 CC DC 19 7 0 E C5 2C 4B
Octal 245 314 334 31 7 0 16 305 54 113
Binary 10100101 11001100 11011100 11001 111 0 1110 11000101 101100 1001011

Color Harmonies of #A5CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCDC

Black with #A5CCDC

Text Example


Text Example

White with #A5CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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