Html Css Color HEX #A5DBDA Sinbad

📋 copy color: '#A5DBDA'

red 165 ◦ green 219 ◦ blue 218

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

Shades of Sinbad #A5DBDA

Tints of Sinbad #A5DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 27.41%
G = 36.38%
B = 36.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#A5DBDA (or 0xA5DBDA) is known color: Sinbad. HEX triplet: A5, DB and DA. RGB value is (165,219,218). Sum of RGB (Red+Green+Blue) = 165+219+218=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBDA is #5A2425. Grayscale: #CACACA. Windows color (decimal): -5907494 or 14343077. OLE color: 14343077.

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

Color convert

RGB 165 219 218 -
CMYK 0.25 0 0.00 0.14
HSL 178.89º 0.43% 0.75% -
HSV(B) 178.89º 0.25% 0.86% -
XYZ 53.5 63.72 75.81 -
YUV 202.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 165 219 218 0.25 0 0.00 0.14 178.89 0.43 0.75
Hex A5 DB DA 19 0 0 E B3 2B 4B
Octal 245 333 332 31 0 0 16 263 53 113
Binary 10100101 11011011 11011010 11001 0 0 1110 10110011 101011 1001011

Color Harmonies of #A5DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBDA

Black with #A5DBDA

Text Example


Text Example

White with #A5DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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