Html Css Color HEX #A5CBCA Sinbad

📋 copy color: '#A5CBCA'

red 165 ◦ green 203 ◦ blue 202

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

Shades of Sinbad #A5CBCA

Tints of Sinbad #A5CBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 28.95%
G = 35.61%
B = 35.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#A5CBCA (or 0xA5CBCA) is known color: Sinbad. HEX triplet: A5, CB and CA. RGB value is (165,203,202). Sum of RGB (Red+Green+Blue) = 165+203+202=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBCA is #5A3435. Grayscale: #BFBFBF. Windows color (decimal): -5911606 or 13290405. OLE color: 13290405.

HSL color Cylindrical-coordinate representation of color #A5CBCA: hue angle of 178.42º 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 #A5CBCA is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 203 202 -
CMYK 0.19 0 0.00 0.20
HSL 178.42º 0.27% 0.72% -
HSV(B) 178.42º 0.19% 0.8% -
XYZ 47.53 54.98 63.98 -
YUV 191.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 165 203 202 0.19 0 0.00 0.20 178.42 0.27 0.72
Hex A5 CB CA 13 0 0 14 B2 1B 48
Octal 245 313 312 23 0 0 24 262 33 110
Binary 10100101 11001011 11001010 10011 0 0 10100 10110010 11011 1001000

Color Harmonies of #A5CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CBCA

Black with #A5CBCA

Text Example


Text Example

White with #A5CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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