Html Css Color HEX #A5CFCE Sinbad

📋 copy color: '#A5CFCE'

red 165 ◦ green 207 ◦ blue 206

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

Shades of Sinbad #A5CFCE

Tints of Sinbad #A5CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.81%

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 28.55%
G = 35.81%
B = 35.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#A5CFCE (or 0xA5CFCE) is known color: Sinbad. HEX triplet: A5, CF and CE. RGB value is (165,207,206). Sum of RGB (Red+Green+Blue) = 165+207+206=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFCE is #5A3031. Grayscale: #C2C2C2. Windows color (decimal): -5910578 or 13553573. OLE color: 13553573.

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

Color convert

RGB 165 207 206 -
CMYK 0.20 0 0.00 0.19
HSL 178.57º 0.3% 0.73% -
HSV(B) 178.57º 0.2% 0.81% -
XYZ 48.97 57.08 66.83 -
YUV 194.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 165 207 206 0.20 0 0.00 0.19 178.57 0.3 0.73
Hex A5 CF CE 14 0 0 13 B3 1E 49
Octal 245 317 316 24 0 0 23 263 36 111
Binary 10100101 11001111 11001110 10100 0 0 10011 10110011 11110 1001001

Color Harmonies of #A5CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFCE

Black with #A5CFCE

Text Example


Text Example

White with #A5CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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