Html Css Color HEX #A5DEDA Sinbad

📋 copy color: '#A5DEDA'

red 165 ◦ green 222 ◦ blue 218

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

Shades of Sinbad #A5DEDA

Tints of Sinbad #A5DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

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

R = 27.27%
G = 36.69%
B = 36.03%

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

#A5DEDA (or 0xA5DEDA) is known color: Sinbad. HEX triplet: A5, DE and DA. RGB value is (165,222,218). Sum of RGB (Red+Green+Blue) = 165+222+218=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDA is #5A2125. Grayscale: #CCCCCC. Windows color (decimal): -5906726 or 14343845. OLE color: 14343845.

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

Color convert

RGB 165 222 218 -
CMYK 0.26 0 0.02 0.13
HSL 175.79º 0.46% 0.76% -
HSV(B) 175.79º 0.26% 0.87% -
XYZ 54.29 65.3 76.07 -
YUV 204.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 165 222 218 0.26 0 0.02 0.13 175.79 0.46 0.76
Hex A5 DE DA 1A 0 2 D B0 2E 4C
Octal 245 336 332 32 0 2 15 260 56 114
Binary 10100101 11011110 11011010 11010 0 10 1101 10110000 101110 1001100

Color Harmonies of #A5DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEDA

Black with #A5DEDA

Text Example


Text Example

White with #A5DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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