Html Css Color HEX #A1DECE Scandal

📋 copy color: '#A1DECE'

red 161 ◦ green 222 ◦ blue 206

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

Shades of Scandal #A1DECE

Tints of Scandal #A1DECE

RGB

 RED value IS 161 (63.28% from 255) = 27.33%

 GREEN value IS 222 (87.11% from 255) = 37.69%

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

R = 27.33%
G = 37.69%
B = 34.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A1DECE (or 0xA1DECE) is known color: Scandal. HEX triplet: A1, DE and CE. RGB value is (161,222,206). Sum of RGB (Red+Green+Blue) = 161+222+206=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DECE is #5E2131. Grayscale: #C9C9C9. Windows color (decimal): -6168882 or 13557409. OLE color: 13557409.

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

Color convert

RGB 161 222 206 -
CMYK 0.27 0 0.07 0.13
HSL 164.26º 0.48% 0.75% -
HSV(B) 164.26º 0.27% 0.87% -
XYZ 51.96 64.28 68.06 -
YUV 201.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 161 222 206 0.27 0 0.07 0.13 164.26 0.48 0.75
Hex A1 DE CE 1B 0 7 D A4 30 4B
Octal 241 336 316 33 0 7 15 244 60 113
Binary 10100001 11011110 11001110 11011 0 111 1101 10100100 110000 1001011

Color Harmonies of #A1DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DECE

Black with #A1DECE

Text Example


Text Example

White with #A1DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DECE; }

 p { color: rgb(161,222,206); }

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

background-color css

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

 a { background-color: rgb(161,222,206); }

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

border-color css

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

 span { border-color: rgb(161,222,206); }

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