Html Css Color HEX #A5DBCF Scandal

📋 copy color: '#A5DBCF'

red 165 ◦ green 219 ◦ blue 207

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

Shades of Scandal #A5DBCF

Tints of Scandal #A5DBCF

RGB

 RED value IS 165 (64.84% from 255) = 27.92%

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

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

R = 27.92%
G = 37.06%
B = 35.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A5DBCF (or 0xA5DBCF) is known color: Scandal. HEX triplet: A5, DB and CF. RGB value is (165,219,207). Sum of RGB (Red+Green+Blue) = 165+219+207=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBCF is #5A2430. Grayscale: #C9C9C9. Windows color (decimal): -5907505 or 13622181. OLE color: 13622181.

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

Color convert

RGB 165 219 207 -
CMYK 0.25 0 0.05 0.14
HSL 166.67º 0.43% 0.75% -
HSV(B) 166.67º 0.25% 0.86% -
XYZ 52.11 63.17 68.48 -
YUV 201.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 165 219 207 0.25 0 0.05 0.14 166.67 0.43 0.75
Hex A5 DB CF 19 0 5 E A7 2B 4B
Octal 245 333 317 31 0 5 16 247 53 113
Binary 10100101 11011011 11001111 11001 0 101 1110 10100111 101011 1001011

Color Harmonies of #A5DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBCF

Black with #A5DBCF

Text Example


Text Example

White with #A5DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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