Html Css Color HEX #ABDCDA Sinbad

📋 copy color: '#ABDCDA'

red 171 ◦ green 220 ◦ blue 218

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

Shades of Sinbad #ABDCDA

Tints of Sinbad #ABDCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

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

R = 28.08%
G = 36.12%
B = 35.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#ABDCDA (or 0xABDCDA) is known color: Sinbad. HEX triplet: AB, DC and DA. RGB value is (171,220,218). Sum of RGB (Red+Green+Blue) = 171+220+218=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDA is #542325. Grayscale: #CDCDCD. Windows color (decimal): -5514022 or 14343339. OLE color: 14343339.

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

Color convert

RGB 171 220 218 -
CMYK 0.22 0 0.01 0.14
HSL 177.55º 0.41% 0.77% -
HSV(B) 177.55º 0.22% 0.86% -
XYZ 55.04 64.91 75.96 -
YUV 205.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 171 220 218 0.22 0 0.01 0.14 177.55 0.41 0.77
Hex AB DC DA 16 0 1 E B2 29 4D
Octal 253 334 332 26 0 1 16 262 51 115
Binary 10101011 11011100 11011010 10110 0 1 1110 10110010 101001 1001101

Color Harmonies of #ABDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCDA

Black with #ABDCDA

Text Example


Text Example

White with #ABDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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