Html Css Color HEX #AFCFCB Sinbad

📋 copy color: '#AFCFCB'

red 175 ◦ green 207 ◦ blue 203

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

Shades of Sinbad #AFCFCB

Tints of Sinbad #AFCFCB

RGB

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

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

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

R = 29.91%
G = 35.38%
B = 34.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#AFCFCB (or 0xAFCFCB) is known color: Sinbad. HEX triplet: AF, CF and CB. RGB value is (175,207,203). Sum of RGB (Red+Green+Blue) = 175+207+203=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFCB is #503034. Grayscale: #C4C4C4. Windows color (decimal): -5255221 or 13356975. OLE color: 13356975.

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

Color convert

RGB 175 207 203 -
CMYK 0.15 0 0.02 0.19
HSL 172.5º 0.25% 0.75% -
HSV(B) 172.5º 0.15% 0.81% -
XYZ 50.77 58.05 65.03 -
YUV 196.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 175 207 203 0.15 0 0.02 0.19 172.5 0.25 0.75
Hex AF CF CB F 0 2 13 AC 19 4B
Octal 257 317 313 17 0 2 23 254 31 113
Binary 10101111 11001111 11001011 1111 0 10 10011 10101100 11001 1001011

Color Harmonies of #AFCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFCB

Black with #AFCFCB

Text Example


Text Example

White with #AFCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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