Html Css Color HEX #AFCECC Sinbad

📋 copy color: '#AFCECC'

red 175 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #AFCECC

Tints of Sinbad #AFCECC

RGB

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

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

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

R = 29.91%
G = 35.21%
B = 34.87%

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

#AFCECC (or 0xAFCECC) is known color: Sinbad. HEX triplet: AF, CE and CC. RGB value is (175,206,204). Sum of RGB (Red+Green+Blue) = 175+206+204=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCECC is #503133. Grayscale: #C4C4C4. Windows color (decimal): -5255476 or 13422255. OLE color: 13422255.

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

Color convert

RGB 175 206 204 -
CMYK 0.15 0 0.01 0.19
HSL 176.13º 0.24% 0.75% -
HSV(B) 176.13º 0.15% 0.81% -
XYZ 50.65 57.62 65.58 -
YUV 196.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 175 206 204 0.15 0 0.01 0.19 176.13 0.24 0.75
Hex AF CE CC F 0 1 13 B0 18 4B
Octal 257 316 314 17 0 1 23 260 30 113
Binary 10101111 11001110 11001100 1111 0 1 10011 10110000 11000 1001011

Color Harmonies of #AFCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCECC

Black with #AFCECC

Text Example


Text Example

White with #AFCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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