Html Css Color HEX #A8DBCF Scandal

📋 copy color: '#A8DBCF'

red 168 ◦ green 219 ◦ blue 207

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

Shades of Scandal #A8DBCF

Tints of Scandal #A8DBCF

RGB

 RED value IS 168 (66.02% from 255) = 28.28%

 GREEN value IS 219 (85.94% from 255) = 36.87%

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

R = 28.28%
G = 36.87%
B = 34.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A8DBCF (or 0xA8DBCF) is known color: Scandal. HEX triplet: A8, DB and CF. RGB value is (168,219,207). Sum of RGB (Red+Green+Blue) = 168+219+207=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBCF is #572430. Grayscale: #CACACA. Windows color (decimal): -5710897 or 13622184. OLE color: 13622184.

HSL color Cylindrical-coordinate representation of color #A8DBCF: hue angle of 165.88º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBCF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 207 -
CMYK 0.23 0 0.05 0.14
HSL 165.88º 0.41% 0.76% -
HSV(B) 165.88º 0.23% 0.86% -
XYZ 52.74 63.49 68.51 -
YUV 202.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 168 219 207 0.23 0 0.05 0.14 165.88 0.41 0.76
Hex A8 DB CF 17 0 5 E A6 29 4C
Octal 250 333 317 27 0 5 16 246 51 114
Binary 10101000 11011011 11001111 10111 0 101 1110 10100110 101001 1001100

Color Harmonies of #A8DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBCF

Black with #A8DBCF

Text Example


Text Example

White with #A8DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBCF; }

 p { color: rgb(168,219,207); }

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

background-color css

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

 a { background-color: rgb(168,219,207); }

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

border-color css

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

 span { border-color: rgb(168,219,207); }

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