Html Css Color HEX #A5CBC8 Sinbad

📋 copy color: '#A5CBC8'

red 165 ◦ green 203 ◦ blue 200

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

Shades of Sinbad #A5CBC8

Tints of Sinbad #A5CBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.74%

 BLUE value IS 200 (78.52% from 255) = 35.21%

R = 29.05%
G = 35.74%
B = 35.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A5CBC8 (or 0xA5CBC8) is known color: Sinbad. HEX triplet: A5, CB and C8. RGB value is (165,203,200). Sum of RGB (Red+Green+Blue) = 165+203+200=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBC8 is #5A3437. Grayscale: #BFBFBF. Windows color (decimal): -5911608 or 13159333. OLE color: 13159333.

HSL color Cylindrical-coordinate representation of color #A5CBC8: hue angle of 175.26º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CBC8 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 200 -
CMYK 0.19 0 0.01 0.20
HSL 175.26º 0.27% 0.72% -
HSV(B) 175.26º 0.19% 0.8% -
XYZ 47.3 54.88 62.74 -
YUV 191.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 165 203 200 0.19 0 0.01 0.20 175.26 0.27 0.72
Hex A5 CB C8 13 0 1 14 AF 1B 48
Octal 245 313 310 23 0 1 24 257 33 110
Binary 10100101 11001011 11001000 10011 0 1 10100 10101111 11011 1001000

Color Harmonies of #A5CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBC8

Black with #A5CBC8

Text Example


Text Example

White with #A5CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBC8; }

 p { color: rgb(165,203,200); }

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

background-color css

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

 a { background-color: rgb(165,203,200); }

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

border-color css

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

 span { border-color: rgb(165,203,200); }

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