Html Css Color HEX #AFCDC9 Sinbad

📋 copy color: '#AFCDC9'

red 175 ◦ green 205 ◦ blue 201

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

Shades of Sinbad #AFCDC9

Tints of Sinbad #AFCDC9

RGB

 RED value IS 175 (68.75% from 255) = 30.12%

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 30.12%
G = 35.28%
B = 34.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#AFCDC9 (or 0xAFCDC9) is known color: Sinbad. HEX triplet: AF, CD and C9. RGB value is (175,205,201). Sum of RGB (Red+Green+Blue) = 175+205+201=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC9 is #503236. Grayscale: #C3C3C3. Windows color (decimal): -5255735 or 13225391. OLE color: 13225391.

HSL color Cylindrical-coordinate representation of color #AFCDC9: hue angle of 172º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDC9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 201 -
CMYK 0.15 0 0.02 0.20
HSL 172º 0.23% 0.75% -
HSV(B) 172º 0.15% 0.8% -
XYZ 50.05 56.99 63.62 -
YUV 195.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 175 205 201 0.15 0 0.02 0.20 172 0.23 0.75
Hex AF CD C9 F 0 2 14 AC 17 4B
Octal 257 315 311 17 0 2 24 254 27 113
Binary 10101111 11001101 11001001 1111 0 10 10100 10101100 10111 1001011

Color Harmonies of #AFCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDC9

Black with #AFCDC9

Text Example


Text Example

White with #AFCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDC9; }

 p { color: rgb(175,205,201); }

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

background-color css

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

 a { background-color: rgb(175,205,201); }

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

border-color css

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

 span { border-color: rgb(175,205,201); }

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