Html Css Color HEX #A5D6CF Sinbad

📋 copy color: '#A5D6CF'

red 165 ◦ green 214 ◦ blue 207

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

Shades of Sinbad #A5D6CF

Tints of Sinbad #A5D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

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

R = 28.16%
G = 36.52%
B = 35.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#A5D6CF (or 0xA5D6CF) is known color: Sinbad. HEX triplet: A5, D6 and CF. RGB value is (165,214,207). Sum of RGB (Red+Green+Blue) = 165+214+207=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6CF is #5A2930. Grayscale: #C6C6C6. Windows color (decimal): -5908785 or 13620901. OLE color: 13620901.

HSL color Cylindrical-coordinate representation of color #A5D6CF: hue angle of 171.43º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6CF is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 207 -
CMYK 0.23 0 0.03 0.16
HSL 171.43º 0.37% 0.74% -
HSV(B) 171.43º 0.23% 0.84% -
XYZ 50.83 60.6 68.05 -
YUV 198.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 165 214 207 0.23 0 0.03 0.16 171.43 0.37 0.74
Hex A5 D6 CF 17 0 3 10 AB 25 4A
Octal 245 326 317 27 0 3 20 253 45 112
Binary 10100101 11010110 11001111 10111 0 11 10000 10101011 100101 1001010

Color Harmonies of #A5D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6CF

Black with #A5D6CF

Text Example


Text Example

White with #A5D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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