Html Css Color HEX #A4DCCF Scandal

📋 copy color: '#A4DCCF'

red 164 ◦ green 220 ◦ blue 207

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

Shades of Scandal #A4DCCF

Tints of Scandal #A4DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 27.75%
G = 37.23%
B = 35.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#A4DCCF (or 0xA4DCCF) is known color: Scandal. HEX triplet: A4, DC and CF. RGB value is (164,220,207). Sum of RGB (Red+Green+Blue) = 164+220+207=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCCF is #5B2330. Grayscale: #C9C9C9. Windows color (decimal): -5972785 or 13622436. OLE color: 13622436.

HSL color Cylindrical-coordinate representation of color #A4DCCF: hue angle of 166.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCCF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 207 -
CMYK 0.25 0 0.06 0.14
HSL 166.07º 0.44% 0.75% -
HSV(B) 166.07º 0.25% 0.86% -
XYZ 52.17 63.58 68.55 -
YUV 201.77 130.95 101.06 -
System Red Green Blue C M Y K H S L
Decimal 164 220 207 0.25 0 0.06 0.14 166.07 0.44 0.75
Hex A4 DC CF 19 0 6 E A6 2C 4B
Octal 244 334 317 31 0 6 16 246 54 113
Binary 10100100 11011100 11001111 11001 0 110 1110 10100110 101100 1001011

Color Harmonies of #A4DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCCF

Black with #A4DCCF

Text Example


Text Example

White with #A4DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCCF; }

 p { color: rgb(164,220,207); }

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

background-color css

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

 a { background-color: rgb(164,220,207); }

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

border-color css

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

 span { border-color: rgb(164,220,207); }

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