Html Css Color HEX #AFCECB Sinbad

📋 copy color: '#AFCECB'

red 175 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #AFCECB

Tints of Sinbad #AFCECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

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

R = 29.97%
G = 35.27%
B = 34.76%

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

#AFCECB (or 0xAFCECB) is known color: Sinbad. HEX triplet: AF, CE and CB. RGB value is (175,206,203). Sum of RGB (Red+Green+Blue) = 175+206+203=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCECB is #503134. Grayscale: #C4C4C4. Windows color (decimal): -5255477 or 13356719. OLE color: 13356719.

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

Color convert

RGB 175 206 203 -
CMYK 0.15 0 0.01 0.19
HSL 174.19º 0.24% 0.75% -
HSV(B) 174.19º 0.15% 0.81% -
XYZ 50.53 57.57 64.95 -
YUV 196.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 175 206 203 0.15 0 0.01 0.19 174.19 0.24 0.75
Hex AF CE CB F 0 1 13 AE 18 4B
Octal 257 316 313 17 0 1 23 256 30 113
Binary 10101111 11001110 11001011 1111 0 1 10011 10101110 11000 1001011

Color Harmonies of #AFCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCECB

Black with #AFCECB

Text Example


Text Example

White with #AFCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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