Html Css Color HEX #ABDBDA Sinbad

📋 copy color: '#ABDBDA'

red 171 ◦ green 219 ◦ blue 218

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

Shades of Sinbad #ABDBDA

Tints of Sinbad #ABDBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 28.13%
G = 36.02%
B = 35.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#ABDBDA (or 0xABDBDA) is known color: Sinbad. HEX triplet: AB, DB and DA. RGB value is (171,219,218). Sum of RGB (Red+Green+Blue) = 171+219+218=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDA is #542425. Grayscale: #CCCCCC. Windows color (decimal): -5514278 or 14343083. OLE color: 14343083.

HSL color Cylindrical-coordinate representation of color #ABDBDA: hue angle of 178.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBDA is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 218 -
CMYK 0.22 0 0.00 0.14
HSL 178.75º 0.4% 0.76% -
HSV(B) 178.75º 0.22% 0.86% -
XYZ 54.78 64.38 75.87 -
YUV 204.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 171 219 218 0.22 0 0.00 0.14 178.75 0.4 0.76
Hex AB DB DA 16 0 0 E B3 28 4C
Octal 253 333 332 26 0 0 16 263 50 114
Binary 10101011 11011011 11011010 10110 0 0 1110 10110011 101000 1001100

Color Harmonies of #ABDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBDA

Black with #ABDBDA

Text Example


Text Example

White with #ABDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBDA; }

 p { color: rgb(171,219,218); }

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

background-color css

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

 a { background-color: rgb(171,219,218); }

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

border-color css

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

 span { border-color: rgb(171,219,218); }

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