Html Css Color HEX #AFCFCC Sinbad

📋 copy color: '#AFCFCC'

red 175 ◦ green 207 ◦ blue 204

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

Shades of Sinbad #AFCFCC

Tints of Sinbad #AFCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 29.86%
G = 35.32%
B = 34.81%

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

#AFCFCC (or 0xAFCFCC) is known color: Sinbad. HEX triplet: AF, CF and CC. RGB value is (175,207,204). Sum of RGB (Red+Green+Blue) = 175+207+204=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFCC is #503033. Grayscale: #C5C5C5. Windows color (decimal): -5255220 or 13422511. OLE color: 13422511.

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

Color convert

RGB 175 207 204 -
CMYK 0.15 0 0.01 0.19
HSL 174.38º 0.25% 0.75% -
HSV(B) 174.38º 0.15% 0.81% -
XYZ 50.89 58.1 65.66 -
YUV 197.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 175 207 204 0.15 0 0.01 0.19 174.38 0.25 0.75
Hex AF CF CC F 0 1 13 AE 19 4B
Octal 257 317 314 17 0 1 23 256 31 113
Binary 10101111 11001111 11001100 1111 0 1 10011 10101110 11001 1001011

Color Harmonies of #AFCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFCC

Black with #AFCFCC

Text Example


Text Example

White with #AFCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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