Html Css Color HEX #AFD2D4 Sinbad

📋 copy color: '#AFD2D4'

red 175 ◦ green 210 ◦ blue 212

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

Shades of Sinbad #AFD2D4

Tints of Sinbad #AFD2D4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 29.31%
G = 35.18%
B = 35.51%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFD2D4 (or 0xAFD2D4) is known color: Sinbad. HEX triplet: AF, D2 and D4. RGB value is (175,210,212). Sum of RGB (Red+Green+Blue) = 175+210+212=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFD2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2D4 is #502D2B. Grayscale: #C7C7C7. Windows color (decimal): -5254444 or 13947567. OLE color: 13947567.

HSL color Cylindrical-coordinate representation of color #AFD2D4: hue angle of 183.24º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2D4 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 210 212 -
CMYK 0.17 0.01 0 0.17
HSL 183.24º 0.3% 0.76% -
HSV(B) 183.24º 0.17% 0.83% -
XYZ 52.61 59.96 71.09 -
YUV 199.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 175 210 212 0.17 0.01 0 0.17 183.24 0.3 0.76
Hex AF D2 D4 11 1 0 11 B7 1E 4C
Octal 257 322 324 21 1 0 21 267 36 114
Binary 10101111 11010010 11010100 10001 1 0 10001 10110111 11110 1001100

Color Harmonies of #AFD2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2D4

Black with #AFD2D4

Text Example


Text Example

White with #AFD2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2D4; }

 p { color: rgb(175,210,212); }

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

background-color css

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

 a { background-color: rgb(175,210,212); }

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

border-color css

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

 span { border-color: rgb(175,210,212); }

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