Html Css Color HEX #AFD1CE Sinbad

📋 copy color: '#AFD1CE'

red 175 ◦ green 209 ◦ blue 206

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

Shades of Sinbad #AFD1CE

Tints of Sinbad #AFD1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.42%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 29.66%
G = 35.42%
B = 34.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#AFD1CE (or 0xAFD1CE) is known color: Sinbad. HEX triplet: AF, D1 and CE. RGB value is (175,209,206). Sum of RGB (Red+Green+Blue) = 175+209+206=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1CE is #502E31. Grayscale: #C6C6C6. Windows color (decimal): -5254706 or 13554095. OLE color: 13554095.

HSL color Cylindrical-coordinate representation of color #AFD1CE: hue angle of 174.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD1CE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 206 -
CMYK 0.16 0 0.01 0.18
HSL 174.71º 0.27% 0.75% -
HSV(B) 174.71º 0.16% 0.82% -
XYZ 51.62 59.17 67.09 -
YUV 198.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 175 209 206 0.16 0 0.01 0.18 174.71 0.27 0.75
Hex AF D1 CE 10 0 1 12 AF 1B 4B
Octal 257 321 316 20 0 1 22 257 33 113
Binary 10101111 11010001 11001110 10000 0 1 10010 10101111 11011 1001011

Color Harmonies of #AFD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1CE

Black with #AFD1CE

Text Example


Text Example

White with #AFD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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