Html Css Color HEX #ABD4CF Sinbad

📋 copy color: '#ABD4CF'

red 171 ◦ green 212 ◦ blue 207

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

Shades of Sinbad #ABD4CF

Tints of Sinbad #ABD4CF

RGB

 RED value IS 171 (67.19% from 255) = 28.98%

 GREEN value IS 212 (83.2% from 255) = 35.93%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 28.98%
G = 35.93%
B = 35.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#ABD4CF (or 0xABD4CF) is known color: Sinbad. HEX triplet: AB, D4 and CF. RGB value is (171,212,207). Sum of RGB (Red+Green+Blue) = 171+212+207=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4CF is #542B30. Grayscale: #C7C7C7. Windows color (decimal): -5516081 or 13620395. OLE color: 13620395.

HSL color Cylindrical-coordinate representation of color #ABD4CF: hue angle of 172.68º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD4CF is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 207 -
CMYK 0.19 0 0.02 0.17
HSL 172.68º 0.32% 0.75% -
HSV(B) 172.68º 0.19% 0.83% -
XYZ 51.6 60.25 67.94 -
YUV 199.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 171 212 207 0.19 0 0.02 0.17 172.68 0.32 0.75
Hex AB D4 CF 13 0 2 11 AD 20 4B
Octal 253 324 317 23 0 2 21 255 40 113
Binary 10101011 11010100 11001111 10011 0 10 10001 10101101 100000 1001011

Color Harmonies of #ABD4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4CF

Black with #ABD4CF

Text Example


Text Example

White with #ABD4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4CF; }

 p { color: rgb(171,212,207); }

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

background-color css

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

 a { background-color: rgb(171,212,207); }

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

border-color css

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

 span { border-color: rgb(171,212,207); }

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