Html Css Color HEX #A9DBCF Scandal

📋 copy color: '#A9DBCF'

red 169 ◦ green 219 ◦ blue 207

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

Shades of Scandal #A9DBCF

Tints of Scandal #A9DBCF

RGB

 RED value IS 169 (66.41% from 255) = 28.4%

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

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

R = 28.4%
G = 36.81%
B = 34.79%

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

#A9DBCF (or 0xA9DBCF) is known color: Scandal. HEX triplet: A9, DB and CF. RGB value is (169,219,207). Sum of RGB (Red+Green+Blue) = 169+219+207=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBCF is #562430. Grayscale: #CACACA. Windows color (decimal): -5645361 or 13622185. OLE color: 13622185.

HSL color Cylindrical-coordinate representation of color #A9DBCF: hue angle of 165.6º 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 #A9DBCF is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 219 207 -
CMYK 0.23 0 0.05 0.14
HSL 165.6º 0.41% 0.76% -
HSV(B) 165.6º 0.23% 0.86% -
XYZ 52.96 63.6 68.52 -
YUV 202.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 169 219 207 0.23 0 0.05 0.14 165.6 0.41 0.76
Hex A9 DB CF 17 0 5 E A6 29 4C
Octal 251 333 317 27 0 5 16 246 51 114
Binary 10101001 11011011 11001111 10111 0 101 1110 10100110 101001 1001100

Color Harmonies of #A9DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBCF

Black with #A9DBCF

Text Example


Text Example

White with #A9DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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