Html Css Color HEX #A5CBDC French Pass

📋 copy color: '#A5CBDC'

red 165 ◦ green 203 ◦ blue 220

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

Shades of French Pass #A5CBDC

Tints of French Pass #A5CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.52%

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

R = 28.06%
G = 34.52%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5CBDC (or 0xA5CBDC) is known color: French Pass. HEX triplet: A5, CB and DC. RGB value is (165,203,220). Sum of RGB (Red+Green+Blue) = 165+203+220=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBDC is #5A3423. Grayscale: #C1C1C1. Windows color (decimal): -5911588 or 14470053. OLE color: 14470053.

HSL color Cylindrical-coordinate representation of color #A5CBDC: hue angle of 198.55º 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 #A5CBDC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 203 220 -
CMYK 0.25 0.08 0 0.14
HSL 198.55º 0.44% 0.75% -
HSV(B) 198.55º 0.25% 0.86% -
XYZ 49.79 55.88 75.87 -
YUV 193.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 165 203 220 0.25 0.08 0 0.14 198.55 0.44 0.75
Hex A5 CB DC 19 8 0 E C7 2C 4B
Octal 245 313 334 31 10 0 16 307 54 113
Binary 10100101 11001011 11011100 11001 1000 0 1110 11000111 101100 1001011

Color Harmonies of #A5CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBDC

Black with #A5CBDC

Text Example


Text Example

White with #A5CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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