Html Css Color HEX #A4CDDD French Pass

📋 copy color: '#A4CDDD'

red 164 ◦ green 205 ◦ blue 221

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

Shades of French Pass #A4CDDD

Tints of French Pass #A4CDDD

RGB

 RED value IS 164 (64.45% from 255) = 27.8%

 GREEN value IS 205 (80.47% from 255) = 34.75%

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

R = 27.8%
G = 34.75%
B = 37.46%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4CDDD (or 0xA4CDDD) is known color: French Pass. HEX triplet: A4, CD and DD. RGB value is (164,205,221). Sum of RGB (Red+Green+Blue) = 164+205+221=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 205 (80.47% from 255 or 34.75% 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 #A4CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDDD is #5B3222. Grayscale: #C2C2C2. Windows color (decimal): -5976611 or 14536100. OLE color: 14536100.

HSL color Cylindrical-coordinate representation of color #A4CDDD: hue angle of 196.84º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4CDDD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 205 221 -
CMYK 0.26 0.07 0 0.13
HSL 196.84º 0.46% 0.75% -
HSV(B) 196.84º 0.26% 0.87% -
XYZ 50.19 56.78 76.72 -
YUV 194.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 164 205 221 0.26 0.07 0 0.13 196.84 0.46 0.75
Hex A4 CD DD 1A 7 0 D C5 2E 4B
Octal 244 315 335 32 7 0 15 305 56 113
Binary 10100100 11001101 11011101 11010 111 0 1101 11000101 101110 1001011

Color Harmonies of #A4CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDDD

Black with #A4CDDD

Text Example


Text Example

White with #A4CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDDD; }

 p { color: rgb(164,205,221); }

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

background-color css

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

 a { background-color: rgb(164,205,221); }

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

border-color css

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

 span { border-color: rgb(164,205,221); }

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