Html Css Color HEX #A5CBDD French Pass

📋 copy color: '#A5CBDD'

red 165 ◦ green 203 ◦ blue 221

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

Shades of French Pass #A5CBDD

Tints of French Pass #A5CBDD

RGB

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

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

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

R = 28.01%
G = 34.47%
B = 37.52%

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

#A5CBDD (or 0xA5CBDD) is known color: French Pass. HEX triplet: A5, CB and DD. RGB value is (165,203,221). Sum of RGB (Red+Green+Blue) = 165+203+221=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBDD is #5A3422. Grayscale: #C1C1C1. Windows color (decimal): -5911587 or 14535589. OLE color: 14535589.

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

Color convert

RGB 165 203 221 -
CMYK 0.25 0.08 0 0.13
HSL 199.29º 0.45% 0.76% -
HSV(B) 199.29º 0.25% 0.87% -
XYZ 49.92 55.93 76.57 -
YUV 193.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 165 203 221 0.25 0.08 0 0.13 199.29 0.45 0.76
Hex A5 CB DD 19 8 0 D C7 2D 4C
Octal 245 313 335 31 10 0 15 307 55 114
Binary 10100101 11001011 11011101 11001 1000 0 1101 11000111 101101 1001100

Color Harmonies of #A5CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBDD

Black with #A5CBDD

Text Example


Text Example

White with #A5CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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