Html Css Color HEX #A3CEDD French Pass

📋 copy color: '#A3CEDD'

red 163 ◦ green 206 ◦ blue 221

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

Shades of French Pass #A3CEDD

Tints of French Pass #A3CEDD

RGB

 RED value IS 163 (64.06% from 255) = 27.63%

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 27.63%
G = 34.92%
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

#A3CEDD (or 0xA3CEDD) is known color: French Pass. HEX triplet: A3, CE and DD. RGB value is (163,206,221). Sum of RGB (Red+Green+Blue) = 163+206+221=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 206 (80.86% from 255 or 34.92% 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 #A3CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEDD is #5C3122. Grayscale: #C2C2C2. Windows color (decimal): -6041891 or 14536355. OLE color: 14536355.

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

Color convert

RGB 163 206 221 -
CMYK 0.26 0.07 0 0.13
HSL 195.52º 0.46% 0.75% -
HSV(B) 195.52º 0.26% 0.87% -
XYZ 50.23 57.15 76.79 -
YUV 194.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 163 206 221 0.26 0.07 0 0.13 195.52 0.46 0.75
Hex A3 CE DD 1A 7 0 D C4 2E 4B
Octal 243 316 335 32 7 0 15 304 56 113
Binary 10100011 11001110 11011101 11010 111 0 1101 11000100 101110 1001011

Color Harmonies of #A3CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CEDD

Black with #A3CEDD

Text Example


Text Example

White with #A3CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CEDD; }

 p { color: rgb(163,206,221); }

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

background-color css

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

 a { background-color: rgb(163,206,221); }

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

border-color css

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

 span { border-color: rgb(163,206,221); }

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