Html Css Color HEX #A2CEDD French Pass

📋 copy color: '#A2CEDD'

red 162 ◦ green 206 ◦ blue 221

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

Shades of French Pass #A2CEDD

Tints of French Pass #A2CEDD

RGB

 RED value IS 162 (63.67% from 255) = 27.5%

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

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

R = 27.5%
G = 34.97%
B = 37.52%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2CEDD (or 0xA2CEDD) is known color: French Pass. HEX triplet: A2, CE and DD. RGB value is (162,206,221). Sum of RGB (Red+Green+Blue) = 162+206+221=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 206 (80.86% from 255 or 34.97% 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 #A2CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEDD is #5D3122. Grayscale: #C2C2C2. Windows color (decimal): -6107427 or 14536354. OLE color: 14536354.

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

Color convert

RGB 162 206 221 -
CMYK 0.27 0.07 0 0.13
HSL 195.25º 0.46% 0.75% -
HSV(B) 195.25º 0.27% 0.87% -
XYZ 50.02 57.04 76.78 -
YUV 194.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 162 206 221 0.27 0.07 0 0.13 195.25 0.46 0.75
Hex A2 CE DD 1B 7 0 D C3 2E 4B
Octal 242 316 335 33 7 0 15 303 56 113
Binary 10100010 11001110 11011101 11011 111 0 1101 11000011 101110 1001011

Color Harmonies of #A2CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEDD

Black with #A2CEDD

Text Example


Text Example

White with #A2CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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