Html Css Color HEX #A5DFDA Sinbad

📋 copy color: '#A5DFDA'

red 165 ◦ green 223 ◦ blue 218

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

Shades of Sinbad #A5DFDA

Tints of Sinbad #A5DFDA

RGB

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

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

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

R = 27.23%
G = 36.8%
B = 35.97%

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

#A5DFDA (or 0xA5DFDA) is known color: Sinbad. HEX triplet: A5, DF and DA. RGB value is (165,223,218). Sum of RGB (Red+Green+Blue) = 165+223+218=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFDA is #5A2025. Grayscale: #CDCDCD. Windows color (decimal): -5906470 or 14344101. OLE color: 14344101.

HSL color Cylindrical-coordinate representation of color #A5DFDA: hue angle of 174.83º 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 #A5DFDA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 223 218 -
CMYK 0.26 0 0.02 0.13
HSL 174.83º 0.48% 0.76% -
HSV(B) 174.83º 0.26% 0.87% -
XYZ 54.56 65.84 76.16 -
YUV 205.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 165 223 218 0.26 0 0.02 0.13 174.83 0.48 0.76
Hex A5 DF DA 1A 0 2 D AF 30 4C
Octal 245 337 332 32 0 2 15 257 60 114
Binary 10100101 11011111 11011010 11010 0 10 1101 10101111 110000 1001100

Color Harmonies of #A5DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFDA

Black with #A5DFDA

Text Example


Text Example

White with #A5DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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