Html Css Color HEX #ABCFCE Sinbad

📋 copy color: '#ABCFCE'

red 171 ◦ green 207 ◦ blue 206

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

Shades of Sinbad #ABCFCE

Tints of Sinbad #ABCFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

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

R = 29.28%
G = 35.45%
B = 35.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#ABCFCE (or 0xABCFCE) is known color: Sinbad. HEX triplet: AB, CF and CE. RGB value is (171,207,206). Sum of RGB (Red+Green+Blue) = 171+207+206=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFCE is #543031. Grayscale: #C4C4C4. Windows color (decimal): -5517362 or 13553579. OLE color: 13553579.

HSL color Cylindrical-coordinate representation of color #ABCFCE: hue angle of 178.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFCE is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 206 -
CMYK 0.17 0 0.00 0.19
HSL 178.33º 0.27% 0.74% -
HSV(B) 178.33º 0.17% 0.81% -
XYZ 50.25 57.74 66.89 -
YUV 196.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 171 207 206 0.17 0 0.00 0.19 178.33 0.27 0.74
Hex AB CF CE 11 0 0 13 B2 1B 4A
Octal 253 317 316 21 0 0 23 262 33 112
Binary 10101011 11001111 11001110 10001 0 0 10011 10110010 11011 1001010

Color Harmonies of #ABCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFCE

Black with #ABCFCE

Text Example


Text Example

White with #ABCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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