Html Css Color HEX #A5CECB Sinbad

📋 copy color: '#A5CECB'

red 165 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #A5CECB

Tints of Sinbad #A5CECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.89%

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 28.75%
G = 35.89%
B = 35.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A5CECB (or 0xA5CECB) is known color: Sinbad. HEX triplet: A5, CE and CB. RGB value is (165,206,203). Sum of RGB (Red+Green+Blue) = 165+206+203=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CECB is #5A3134. Grayscale: #C1C1C1. Windows color (decimal): -5910837 or 13356709. OLE color: 13356709.

HSL color Cylindrical-coordinate representation of color #A5CECB: hue angle of 175.61º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CECB is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 206 203 -
CMYK 0.20 0 0.01 0.19
HSL 175.61º 0.29% 0.73% -
HSV(B) 175.61º 0.2% 0.81% -
XYZ 48.37 56.45 64.85 -
YUV 193.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 165 206 203 0.20 0 0.01 0.19 175.61 0.29 0.73
Hex A5 CE CB 14 0 1 13 B0 1D 49
Octal 245 316 313 24 0 1 23 260 35 111
Binary 10100101 11001110 11001011 10100 0 1 10011 10110000 11101 1001001

Color Harmonies of #A5CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CECB

Black with #A5CECB

Text Example


Text Example

White with #A5CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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