Html Css Color HEX #A5DFDB Sinbad

📋 copy color: '#A5DFDB'

red 165 ◦ green 223 ◦ blue 219

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

Shades of Sinbad #A5DFDB

Tints of Sinbad #A5DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 27.18%
G = 36.74%
B = 36.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#A5DFDB (or 0xA5DFDB) is known color: Sinbad. HEX triplet: A5, DF and DB. RGB value is (165,223,219). Sum of RGB (Red+Green+Blue) = 165+223+219=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFDB is #5A2024. Grayscale: #CDCDCD. Windows color (decimal): -5906469 or 14409637. OLE color: 14409637.

HSL color Cylindrical-coordinate representation of color #A5DFDB: hue angle of 175.86º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFDB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 219 -
CMYK 0.26 0 0.02 0.13
HSL 175.86º 0.48% 0.76% -
HSV(B) 175.86º 0.26% 0.87% -
XYZ 54.69 65.89 76.85 -
YUV 205.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 165 223 219 0.26 0 0.02 0.13 175.86 0.48 0.76
Hex A5 DF DB 1A 0 2 D B0 30 4C
Octal 245 337 333 32 0 2 15 260 60 114
Binary 10100101 11011111 11011011 11010 0 10 1101 10110000 110000 1001100

Color Harmonies of #A5DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFDB

Black with #A5DFDB

Text Example


Text Example

White with #A5DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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