Html Css Color HEX #AFCFCD Sinbad

📋 copy color: '#AFCFCD'

red 175 ◦ green 207 ◦ blue 205

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

Shades of Sinbad #AFCFCD

Tints of Sinbad #AFCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 29.81%
G = 35.26%
B = 34.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#AFCFCD (or 0xAFCFCD) is known color: Sinbad. HEX triplet: AF, CF and CD. RGB value is (175,207,205). Sum of RGB (Red+Green+Blue) = 175+207+205=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFCD is #503032. Grayscale: #C5C5C5. Windows color (decimal): -5255219 or 13488047. OLE color: 13488047.

HSL color Cylindrical-coordinate representation of color #AFCFCD: hue angle of 176.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFCD is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 205 -
CMYK 0.15 0 0.01 0.19
HSL 176.25º 0.25% 0.75% -
HSV(B) 176.25º 0.15% 0.81% -
XYZ 51.01 58.15 66.29 -
YUV 197.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 175 207 205 0.15 0 0.01 0.19 176.25 0.25 0.75
Hex AF CF CD F 0 1 13 B0 19 4B
Octal 257 317 315 17 0 1 23 260 31 113
Binary 10101111 11001111 11001101 1111 0 1 10011 10110000 11001 1001011

Color Harmonies of #AFCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFCD

Black with #AFCFCD

Text Example


Text Example

White with #AFCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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